diff --git a/static/scripts/editor.js b/static/scripts/editor.js index 6db126d..cc6f40c 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 < 5000; + editor.grid.visible = editor.gridTimeOut < 500; } editor.onFreeMove = function() {