Przeglądaj źródła

Shorter timeout

master
Pete Shadbolt 6 lat temu
rodzic
commit
c17551dcad
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      static/scripts/editor.js

+ 1
- 1
static/scripts/editor.js Wyświetl plik

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

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

editor.onFreeMove = function() {


Ładowanie…
Anuluj
Zapisz