Skip to content

Commit a9adf0f

Browse files
committed
Fix NoAudioSound#destroy
1 parent 9909ada commit a9adf0f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ var NoAudioSound = new Class({
166166
*/
167167
destroy: function ()
168168
{
169-
this.manager.remove(this);
170-
171169
BaseSound.prototype.destroy.call(this);
172170
},
173171

0 commit comments

Comments
 (0)