adding back refusal notifications + domain bounds/floor

This commit is contained in:
Wayne Chen 2018-09-04 13:53:03 -07:00
parent a7abebd7aa
commit 22a8164401
2 changed files with 833 additions and 760 deletions

File diff suppressed because it is too large Load diff

View file

@ -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);