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

@ -29,7 +29,6 @@
var colDiff = col - this.startCol, rowDiff = row - this.startRow;
if (colDiff != 0 || rowDiff != 0) {
this.shiftFrame(colDiff, rowDiff, drawer.frame, this.frameClone);
drawer.renderFrame();
}
};