mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Removed fade tween property from destroy method
This commit is contained in:
parent
36f918c26b
commit
92ee1bb7e0
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ var BaseSound = new Class({
|
|||
this.currentConfig = null;
|
||||
this.markers = null;
|
||||
this.currentMarker = null;
|
||||
this.fadeTween = null;
|
||||
this.events.destroy();
|
||||
this.events = null;
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue