mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
Fix #5413
This commit is contained in:
parent
6dd40df318
commit
41a0c192a4
1 changed files with 1 additions and 1 deletions
|
@ -694,8 +694,8 @@ var GameObject = new Class({
|
||||||
|
|
||||||
if (this.displayList)
|
if (this.displayList)
|
||||||
{
|
{
|
||||||
this.displayList.remove(this);
|
|
||||||
this.displayList.queueDepthSort();
|
this.displayList.queueDepthSort();
|
||||||
|
this.displayList.remove(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.input)
|
if (this.input)
|
||||||
|
|
Loading…
Reference in a new issue