mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
log change
This commit is contained in:
parent
b8cb71e16a
commit
81901dc73d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
print("EBL TAKING OVER THE SOUND")
|
||||
Entities.editEntity(_this.batonDebugModel, {visible: true});
|
||||
_this.playSoundInterval = Script.setInterval(function() {
|
||||
print("EBL PLAY THE SOUND");
|
||||
// print("EBL PLAY THE SOUND");
|
||||
_this.soundInjector.restart();
|
||||
}, _this.drumSound.duration * 1000); // Duration is in seconds so convert to ms
|
||||
iOwn = true;
|
||||
|
|
Loading…
Reference in a new issue