mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
typo
This commit is contained in:
parent
3bf81034a3
commit
f365ce8abd
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ function shutdown() {
|
||||||
if (onPalScreen) {
|
if (onPalScreen) {
|
||||||
tablet.gotoHomeScreen();
|
tablet.gotoHomeScreen();
|
||||||
}
|
}
|
||||||
ContextOverlay.enable = true;
|
ContextOverlay.enabled = true;
|
||||||
button.clicked.disconnect(onTabletButtonClicked);
|
button.clicked.disconnect(onTabletButtonClicked);
|
||||||
tablet.removeButton(button);
|
tablet.removeButton(button);
|
||||||
tablet.screenChanged.disconnect(onTabletScreenChanged);
|
tablet.screenChanged.disconnect(onTabletScreenChanged);
|
||||||
|
|
Loading…
Reference in a new issue