From 2668f127040389b69374a1adfd472e6609f1f47d Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Tue, 17 Oct 2017 23:43:08 -0700 Subject: [PATCH] Whoops --- static/scripts/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {