mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 20:32:48 +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);
|
||||
|
||||
Script.scriptEnding.connect(function () {
|
||||
if (onUserScreen) {
|
||||
if (onHelpScreen) {
|
||||
tablet.gotoHomeScreen();
|
||||
}
|
||||
button.clicked.disconnect(onClicked);
|
||||
|
|
Loading…
Reference in a new issue