diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index 59644ef9f..08483552c 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -139,6 +139,7 @@ var WebAudioSound = new Class({ }, update: function () { if (this.hasEnded) { + this.hasEnded = false; this.stop(); } },