Added drawing loop, unplugged traditional renderers

This commit is contained in:
juliandescottes
2012-09-08 23:59:44 +02:00
parent e4373ad133
commit 6e7545a1d2
7 changed files with 21 additions and 50 deletions

View File

@ -23,10 +23,6 @@
this.previousCol = col;
this.previousRow = row;
drawer.frame.setPixel(col, row, color);
// Draw on canvas:
// TODO: Remove that when we have the centralized redraw loop
drawer.renderFramePixel(col, row);
}
};