Skip to content

Commit

Permalink
Update SoundExpanded.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Aug 14, 2023
1 parent 3cb8008 commit 85f1222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Lily/SoundExpanded.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@

if (!soundPlayer.isPlaying) {
soundCategory._addWaitingSound(target.id, soundId);
sprite.soundBank.playSound(util.target, soundId);
sprite.soundBank.playSound(util.target, soundId);
}

if (!soundPlayer.outputNode) return;
Expand Down

0 comments on commit 85f1222

Please sign in to comment.