mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 23:36:03 +02:00
Fix typo.
This commit is contained in:
parent
24d6646e8d
commit
5f48a6d104
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
};
|
||||
|
||||
this.isReady = function (controllerData, deltaTime) {
|
||||
if (HMD.active() && Audio.pushToTalk && this.shouldTalk(controllerData)) {
|
||||
if (HMD.active && Audio.pushToTalk && this.shouldTalk(controllerData)) {
|
||||
Audio.pushingToTalk = true;
|
||||
returnMakeRunningValues(true, [], []);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue