mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-19 10:18:43 +02:00
no delay!
This commit is contained in:
parent
364eb992fb
commit
9d56c697e7
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ var rightTrigger = new Trigger('right');
|
|||
var mappingName, teleportMapping;
|
||||
|
||||
var activationTimeout = null;
|
||||
var TELEPORT_DELAY = 800;
|
||||
var TELEPORT_DELAY = 0;
|
||||
|
||||
function isMoving() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue