Explorar el Código

Tiny adjustment

master
Pete Shadbolt hace 6 años
padre
commit
30f97d328a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      static/scripts/editor.js

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

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

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

Cargando…
Cancelar
Guardar