mirror of
https://github.com/lubosz/overte.git
synced 2025-08-16 07:33:58 +02:00
fixed tablet spawn position for oculus menu button
This commit is contained in:
parent
36ff82db6b
commit
e48c14ec23
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ clickMapping.from(Controller.Standard.Start).peek().to(function (clicked) {
|
||||||
if (clicked) {
|
if (clicked) {
|
||||||
activeHudPoint2dGamePad();
|
activeHudPoint2dGamePad();
|
||||||
var noHands = -1;
|
var noHands = -1;
|
||||||
Messages.sendLocalMessage("toggleHand", noHands);
|
Messages.sendLocalMessage("toggleHand", Controller.Standard.LeftHand);
|
||||||
}
|
}
|
||||||
|
|
||||||
wantsMenu = clicked;
|
wantsMenu = clicked;
|
||||||
|
|
Loading…
Reference in a new issue