diff --git a/static/scripts/editor.js b/static/scripts/editor.js index cc6f40c..52f4584 100644 --- a/static/scripts/editor.js +++ b/static/scripts/editor.js @@ -14,7 +14,7 @@ editor.orientations = [ editor.checkTimeOut = function() { editor.gridTimeOut += 1; - editor.grid.visible = editor.gridTimeOut < 500; + editor.grid.visible = editor.gridTimeOut < 50; } editor.onFreeMove = function() {