ソースを参照

The tiny adjustment was bad

master
Pete Shadbolt 8年前
コミット
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.checkTimeOut = function() {
editor.gridTimeOut += 1; editor.gridTimeOut += 1;
editor.grid.visible = editor.gridTimeOut < 10;
editor.grid.visible = editor.gridTimeOut < 5000;
} }


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


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

読み込み中…
キャンセル
保存