mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +02:00
Also re-enable spectator camera after switching domains
This commit is contained in:
parent
1001097f92
commit
51c22eb7db
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@
|
||||||
if (isChangingDomains) {
|
if (isChangingDomains) {
|
||||||
Script.setTimeout(function () {
|
Script.setTimeout(function () {
|
||||||
deleteCamera();
|
deleteCamera();
|
||||||
|
spectatorCameraOn();
|
||||||
}, 1 * 1000);
|
}, 1 * 1000);
|
||||||
} else {
|
} else {
|
||||||
deleteCamera();
|
deleteCamera();
|
||||||
|
|
Loading…
Reference in a new issue