Procházet zdrojové kódy

Tiny adjustment

master
Pete Shadbolt před 6 roky
rodič
revize
30f97d328a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      static/scripts/editor.js

+ 1
- 1
static/scripts/editor.js Zobrazit soubor

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

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

Načítá se…
Zrušit
Uložit