whitespace

This commit is contained in:
Alex West 2023-01-30 14:20:39 +00:00
parent c1f42c9369
commit 114d267ffa

View file

@ -473,7 +473,6 @@ var WebAudioSound = new Class({
{ {
if (!this.manager.audioDestination) if (!this.manager.audioDestination)
{ {
// Set the position of the listener // Set the position of the listener
this.manager.setAudioDestination({ x: this.manager.game.config.width / 2, y: this.manager.game.config.height / 2 }); this.manager.setAudioDestination({ x: this.manager.game.config.width / 2, y: this.manager.game.config.height / 2 });
} }