mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Don't clean up whiteboard on script shutdown
This commit is contained in:
parent
9dae425bfd
commit
061cf5021c
2 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@
|
|||
unload: function() {
|
||||
|
||||
Overlays.deleteOverlay(this.laserPointer);
|
||||
this.eraseBoard();
|
||||
// this.eraseBoard();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -242,4 +242,4 @@ function cleanup() {
|
|||
|
||||
|
||||
// Uncomment this line to delete whiteboard and all associated entity on script close
|
||||
Script.scriptEnding.connect(cleanup);
|
||||
// Script.scriptEnding.connect(cleanup);
|
||||
|
|
Loading…
Reference in a new issue