Skip to content

Commit

Permalink
Update SoundExpanded.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings committed Aug 14, 2023
1 parent d9ca249 commit e510f3c
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 @@ -193,7 +193,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 e510f3c

Please sign in to comment.