mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
fix syntax error
This commit is contained in:
parent
2bb11c5dc6
commit
bc8a8ac703
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@
|
|||
|
||||
unload: function() {
|
||||
print("EBL UNLOAD");
|
||||
virtualBaton.release();
|
||||
virtualBaton.unload();
|
||||
baton.release();
|
||||
baton.unload();
|
||||
Entities.deleteEntity(_this.batonDebugModel);
|
||||
if (_this.soundIntervalConnected === true) {
|
||||
Script.clearInterval(_this.playSoundInterval);
|
||||
|
|
Loading…
Reference in a new issue