ソースを参照

Tiny adjustment

master
Pete Shadbolt 6年前
コミット
30f97d328a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      static/scripts/editor.js

+ 1
- 1
static/scripts/editor.js ファイルの表示

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

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

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