Don't clean up whiteboard on script shutdown

This commit is contained in:
ericrius1 2016-01-12 19:31:43 -08:00
parent 9dae425bfd
commit 061cf5021c
2 changed files with 2 additions and 2 deletions

View file

@ -248,7 +248,7 @@
unload: function() { unload: function() {
Overlays.deleteOverlay(this.laserPointer); Overlays.deleteOverlay(this.laserPointer);
this.eraseBoard(); // this.eraseBoard();
} }
}; };

View file

@ -242,4 +242,4 @@ function cleanup() {
// Uncomment this line to delete whiteboard and all associated entity on script close // Uncomment this line to delete whiteboard and all associated entity on script close
Script.scriptEnding.connect(cleanup); // Script.scriptEnding.connect(cleanup);