Skip to content

Commit b42a426

Browse files
Removeing sound from manager before calling BaseSound destroy method
1 parent 7ecc671 commit b42a426

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ var NoAudioSound = new Class({
5656
return false;
5757
},
5858
destroy: function () {
59+
this.manager.remove(this);
5960
BaseSound.prototype.destroy.call(this);
6061
}
6162
});

0 commit comments

Comments
 (0)