Explorar el Código

The tiny adjustment was bad

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

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

@@ -14,7 +14,7 @@ editor.orientations = [

editor.checkTimeOut = function() {
editor.gridTimeOut += 1;
editor.grid.visible = editor.gridTimeOut < 10;
editor.grid.visible = editor.gridTimeOut < 5000;
}

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

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

Cargando…
Cancelar
Guardar