瀏覽代碼

Shorter timeout

master
Pete Shadbolt 6 年之前
父節點
當前提交
c17551dcad
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      static/scripts/editor.js

+ 1
- 1
static/scripts/editor.js 查看文件

@@ -14,7 +14,7 @@ editor.orientations = [

editor.checkTimeOut = function() {
editor.gridTimeOut += 1;
editor.grid.visible = editor.gridTimeOut < 20;
editor.grid.visible = editor.gridTimeOut < 10;
}

editor.onFreeMove = function() {


Loading…
取消
儲存