Cleaning up the guide

This commit is contained in:
Devine Lu Linvega
2019-01-09 15:01:01 +12:00
parent f604780056
commit cd02c01f0d
4 changed files with 19 additions and 17 deletions

View File

@@ -51,6 +51,7 @@ function Dotgrid (width, height, grid_x, grid_y, block_x, block_y) {
this.update = function () {
DOTGRID.resize()
DOTGRID.renderer.update()
DOTGRID.interface.update()
DOTGRID.guide.update()
}