no deleting

This commit is contained in:
ericrius1 2015-10-29 14:14:15 -07:00
parent 1b1490bb75
commit 020566b76a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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