diff --git a/v3/src/sound/BaseSound.js b/v3/src/sound/BaseSound.js index 141c95e12..b047449db 100644 --- a/v3/src/sound/BaseSound.js +++ b/v3/src/sound/BaseSound.js @@ -252,6 +252,7 @@ var BaseSound = new Class({ } this.isPlaying = false; this.isPaused = false; + this.resetConfig(); return true; }, /**