Re-implemented mirrors

This commit is contained in:
Devine Lu Linvega
2018-05-11 09:47:09 +12:00
parent ff63f27b55
commit b6a1cf703c
3 changed files with 15 additions and 8 deletions

View File

@@ -319,6 +319,7 @@ function Dotgrid(width,height,grid_x,grid_y,block_x,block_y)
this.tool.reset();
this.reset();
dotgrid.guide.refresh();
dotgrid.interface.refresh(true);
}
this.drag = function(e)