fixed tablet spawn position for oculus menu button

This commit is contained in:
Dante Ruiz 2017-08-16 09:08:55 -07:00
parent 36ff82db6b
commit e48c14ec23

View file

@ -451,7 +451,7 @@ clickMapping.from(Controller.Standard.Start).peek().to(function (clicked) {
if (clicked) {
activeHudPoint2dGamePad();
var noHands = -1;
Messages.sendLocalMessage("toggleHand", noHands);
Messages.sendLocalMessage("toggleHand", Controller.Standard.LeftHand);
}
wantsMenu = clicked;