0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-22 01:07:56 +01:00

small update: method name change to better reflect what it does

This commit is contained in:
Adriaan Wormgoor 2013-09-17 13:12:51 +02:00
parent 7333f0d83a
commit ee7d3357d4

View File

@ -146,7 +146,7 @@ function clearDoodle() {
doodleTransform = [0, 0, 1.0, 1.0]; // [ x, y, scaleX, scaleY ] doodleTransform = [0, 0, 1.0, 1.0]; // [ x, y, scaleX, scaleY ]
clearMainView(); clearMainView();
clearPreview(); resetPreview();
} }
function redrawDoodle() { function redrawDoodle() {