mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:29:32 +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;
|
wantsMenu = clicked;
|
||||||
});
|
});
|
||||||
|
|
||||||
clickMapping.from(Controller.Standard.LeftSecondaryThumb).peek().to(function (clicked) {
|
clickMapping.from(Controller.Standard.LeftSecondaryThumb).peek().to(function (clicked) {
|
||||||
if (clicked) {
|
if (clicked) {
|
||||||
//activeHudPoint2d(Controller.Standard.LeftHand);
|
//activeHudPoint2d(Controller.Standard.LeftHand);
|
||||||
|
@ -305,6 +306,7 @@
|
||||||
}
|
}
|
||||||
wantsMenu = clicked;
|
wantsMenu = clicked;
|
||||||
});
|
});
|
||||||
|
|
||||||
clickMapping.from(Controller.Standard.Start).peek().to(function (clicked) {
|
clickMapping.from(Controller.Standard.Start).peek().to(function (clicked) {
|
||||||
if (clicked) {
|
if (clicked) {
|
||||||
//activeHudPoint2dGamePad();
|
//activeHudPoint2dGamePad();
|
||||||
|
|
Loading…
Reference in a new issue