mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
redoing newline
This commit is contained in:
parent
bb176eb228
commit
4e9a544618
1 changed files with 2 additions and 0 deletions
|
@ -298,6 +298,7 @@
|
|||
}
|
||||
wantsMenu = clicked;
|
||||
});
|
||||
|
||||
clickMapping.from(Controller.Standard.LeftSecondaryThumb).peek().to(function (clicked) {
|
||||
if (clicked) {
|
||||
//activeHudPoint2d(Controller.Standard.LeftHand);
|
||||
|
@ -305,6 +306,7 @@
|
|||
}
|
||||
wantsMenu = clicked;
|
||||
});
|
||||
|
||||
clickMapping.from(Controller.Standard.Start).peek().to(function (clicked) {
|
||||
if (clicked) {
|
||||
//activeHudPoint2dGamePad();
|
||||
|
|
Loading…
Reference in a new issue