diff --git a/src/sound/webaudio/WebAudioSound.js b/src/sound/webaudio/WebAudioSound.js index ca39a93b0..73fbfd025 100644 --- a/src/sound/webaudio/WebAudioSound.js +++ b/src/sound/webaudio/WebAudioSound.js @@ -473,7 +473,6 @@ var WebAudioSound = new Class({ { if (!this.manager.audioDestination) { - // Set the position of the listener this.manager.setAudioDestination({ x: this.manager.game.config.width / 2, y: this.manager.game.config.height / 2 }); }