diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index 6338a3932..369ce38a4 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -59,6 +59,7 @@ var WebAudioSound = new Class({ this.source.connect(this.muteNode); this.applyConfig(); this.source.start(); + this.startTime = this.manager.context.currentTime; return this; }, pause: function () {