mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-11 19:32:28 +02:00
Merge pull request #11198 from druiz17/oculus-tablet-position
fixed tablet spawn position for oculus menu button
This commit is contained in:
commit
b316f366fc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue