Drawing handles

This commit is contained in:
Devine Lu Linvega
2018-02-06 14:23:25 +13:00
parent d3b7b113b1
commit 127d36d821
3 changed files with 11 additions and 3 deletions

View File

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