Fixed issue with sticky preview

This commit is contained in:
Devine Lu Linvega
2018-03-07 12:12:00 +13:00
parent e2d06cd88e
commit b617ee8924
2 changed files with 5 additions and 16 deletions

View File

@@ -200,6 +200,7 @@ function Tool()
this.clear = function()
{
this.verteces = [];
dotgrid.preview();
dotgrid.draw();
}