Clean handles after translation

This commit is contained in:
Devine Lu Linvega 2017-11-14 10:41:16 +13:00
parent 317f04e00d
commit e0c77e6715

View File

@ -196,6 +196,8 @@ function Dotgrid(width,height,grid_x,grid_y,block_x,block_y,thickness = 3,lineca
}
dotgrid.translation = null;
dotgrid.reset();
dotgrid.draw();
}