forgot to render the overlay

This commit is contained in:
juliandescottes 2012-09-06 00:36:45 +02:00
parent 03c56407d3
commit 5a36f8a3a8

View File

@ -59,6 +59,7 @@
} }
drawer.updateOverlay(strokePoints[i].col, strokePoints[i].row, color); drawer.updateOverlay(strokePoints[i].col, strokePoints[i].row, color);
} }
drawer.renderOverlay();
}; };
/** /**