Ver código fonte

Tiny adjustment

master
Pete Shadbolt 6 anos atrás
pai
commit
30f97d328a
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      static/scripts/editor.js

+ 1
- 1
static/scripts/editor.js Ver arquivo

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

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

Carregando…
Cancelar
Salvar