mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 21:07:24 +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 mappingName, teleportMapping;
|
||||||
|
|
||||||
var activationTimeout = null;
|
var activationTimeout = null;
|
||||||
var TELEPORT_DELAY = 800;
|
var TELEPORT_DELAY = 0;
|
||||||
|
|
||||||
function isMoving() {
|
function isMoving() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue