CR feedback

This commit is contained in:
Brad Hefta-Gaub 2015-10-23 17:15:39 -07:00
parent 090dc5409b
commit 9ba1b800d9

View file

@ -881,7 +881,7 @@ function update() {
function cleanup() {
rightController.cleanup();
leftController.cleanup();
Controller.disableMapping("handGrab");
Controller.disableMapping("com.highfidelity.handControllerGrab");
}
Script.scriptEnding.connect(cleanup);