mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 12:20:00 +02:00
adding back refusal notifications + domain bounds/floor
This commit is contained in:
parent
a7abebd7aa
commit
22a8164401
2 changed files with 833 additions and 760 deletions
File diff suppressed because it is too large
Load diff
|
@ -624,7 +624,7 @@
|
||||||
Controller.keyReleaseEvent.connect(keyReleaseEvent);
|
Controller.keyReleaseEvent.connect(keyReleaseEvent);
|
||||||
Script.update.connect(update);
|
Script.update.connect(update);
|
||||||
Script.scriptEnding.connect(scriptEnding);
|
Script.scriptEnding.connect(scriptEnding);
|
||||||
//Window.domainConnectionRefused.connect(onDomainConnectionRefused);
|
Window.domainConnectionRefused.connect(onDomainConnectionRefused);
|
||||||
Window.stillSnapshotTaken.connect(onSnapshotTaken);
|
Window.stillSnapshotTaken.connect(onSnapshotTaken);
|
||||||
Window.snapshot360Taken.connect(onSnapshotTaken);
|
Window.snapshot360Taken.connect(onSnapshotTaken);
|
||||||
Window.processingGifStarted.connect(processingGif);
|
Window.processingGifStarted.connect(processingGif);
|
||||||
|
|
Loading…
Reference in a new issue