mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:10:37 +02:00
one more unused variable
This commit is contained in:
parent
8bef0d0de4
commit
acf34dcfdf
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ Script.include("/~/system/libraries/controllers.js");
|
||||||
this.getOtherModule().dominantHandOverride = false;
|
this.getOtherModule().dominantHandOverride = false;
|
||||||
}
|
}
|
||||||
if (this.parameters.handLaser.allwaysOn || isTriggerPressed) {
|
if (this.parameters.handLaser.allwaysOn || isTriggerPressed) {
|
||||||
var intersection = controllerData.rayPicks[this.hand];
|
|
||||||
return makeRunningValues(true, [], []);
|
return makeRunningValues(true, [], []);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue