mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
Removed parentContainer reference
This commit is contained in:
parent
bf81a7dd06
commit
68ef6f8630
1 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,8 @@ var GameObject = new Class({
|
|||
|
||||
this.scene = undefined;
|
||||
|
||||
this.parentContainer = undefined;
|
||||
|
||||
this.removeAllListeners();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue