浏览代码

The tiny adjustment was bad

master
Pete Shadbolt 6 年前
父节点
当前提交
210aebe5e0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      static/scripts/editor.js

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

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

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

editor.onFreeMove = function() {
@@ -212,4 +212,4 @@ editor.localComplementation = function() {
gui.serverMessage("Inverted neighbourhood of " + editor.selection + ".");
};

setInterval(editor.checkTimeOut, 1);
setInterval(editor.checkTimeOut, 100);

正在加载...
取消
保存