Merge pull request #11198 from druiz17/oculus-tablet-position

fixed tablet spawn position for oculus menu button
This commit is contained in:
Brad Hefta-Gaub 2017-09-07 12:30:33 -07:00 committed by GitHub
commit b316f366fc

View file

@ -539,7 +539,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;