mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:10:15 +02:00
remove help button from tablet when reloading scripts
This commit is contained in:
parent
dd6e4ed5d8
commit
b0e437cc5a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
}, POLL_RATE);
|
}, POLL_RATE);
|
||||||
|
|
||||||
Script.scriptEnding.connect(function () {
|
Script.scriptEnding.connect(function () {
|
||||||
if (onUserScreen) {
|
if (onHelpScreen) {
|
||||||
tablet.gotoHomeScreen();
|
tablet.gotoHomeScreen();
|
||||||
}
|
}
|
||||||
button.clicked.disconnect(onClicked);
|
button.clicked.disconnect(onClicked);
|
||||||
|
|
Loading…
Reference in a new issue