mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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);
|
||||
Script.update.connect(update);
|
||||
Script.scriptEnding.connect(scriptEnding);
|
||||
//Window.domainConnectionRefused.connect(onDomainConnectionRefused);
|
||||
Window.domainConnectionRefused.connect(onDomainConnectionRefused);
|
||||
Window.stillSnapshotTaken.connect(onSnapshotTaken);
|
||||
Window.snapshot360Taken.connect(onSnapshotTaken);
|
||||
Window.processingGifStarted.connect(processingGif);
|
||||
|
|
Loading…
Reference in a new issue