mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
one last fix
This commit is contained in:
parent
8dcf6e6a03
commit
3cd3f1a508
1 changed files with 3 additions and 1 deletions
|
@ -547,7 +547,9 @@ function shutdown() {
|
|||
|
||||
if (!HMD.active) {
|
||||
var toolbar = Toolbars.getToolbar(TOOLBAR_NAME);
|
||||
toolbar.writeProperty("visible", true);
|
||||
if (toolbar) {
|
||||
toolbar.writeProperty("visible", true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue