Enable pushToTalk.js controller module.

This commit is contained in:
r3tk0n 2019-03-07 11:31:48 -08:00 committed by Wayne Chen
parent f6add9cafd
commit 3b274c2b6e
2 changed files with 3 additions and 1 deletions

View file

@ -58,6 +58,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
// not set to false (not in use), a module cannot start. When a module is using a slot, that module's name
// is stored as the value, rather than false.
this.activitySlots = {
head: false,
leftHand: false,
rightHand: false,
rightHandTrigger: false,

View file

@ -33,7 +33,8 @@ var CONTOLLER_SCRIPTS = [
"controllerModules/nearGrabHyperLinkEntity.js",
"controllerModules/nearTabletHighlight.js",
"controllerModules/nearGrabEntity.js",
"controllerModules/farGrabEntity.js"
"controllerModules/farGrabEntity.js",
"controllerModules/pushToTalk.js"
];
var DEBUG_MENU_ITEM = "Debug defaultScripts.js";