mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:17:25 +02:00
ready for demo
This commit is contained in:
parent
0512da0e39
commit
ed6a866ff9
2 changed files with 3 additions and 3 deletions
|
@ -239,7 +239,7 @@
|
|||
unload: function() {
|
||||
|
||||
Overlays.deleteOverlay(this.laserPointer);
|
||||
this.eraseBoard();
|
||||
// this.eraseBoard();
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
@ -192,4 +192,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