diff --git a/v3/src/sound/BaseSound.js b/v3/src/sound/BaseSound.js index 563211d17..fccf91744 100644 --- a/v3/src/sound/BaseSound.js +++ b/v3/src/sound/BaseSound.js @@ -278,6 +278,7 @@ var BaseSound = new Class({ */ resetConfig: function () { this.currentConfig.seek = 0; + this.currentConfig.delay = 0; // TODO add delay }, fadeTo: function (volume, duration) {