mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 14:57:00 +02:00
no deleting
This commit is contained in:
parent
1b1490bb75
commit
020566b76a
2 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@
|
|||
unload: function() {
|
||||
|
||||
Overlays.deleteOverlay(this.laserPointer);
|
||||
this.eraseBoard();
|
||||
// this.eraseBoard();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -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);
|
Loading…
Reference in a new issue