mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:57:58 +02:00
update
This commit is contained in:
parent
1c876fe110
commit
94283904b8
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
unload: function() {
|
unload: function() {
|
||||||
print("EBL UNLOAD");
|
print("EBL UNLOAD");
|
||||||
baton.release(function(){});
|
// baton.release();
|
||||||
baton.unload();
|
baton.unload();
|
||||||
Entities.deleteEntity(_this.batonDebugModel);
|
Entities.deleteEntity(_this.batonDebugModel);
|
||||||
if (_this.soundIntervalConnected === true) {
|
if (_this.soundIntervalConnected === true) {
|
||||||
|
|
Loading…
Reference in a new issue