mirror of
https://github.com/photonstorm/phaser
synced 2024-12-14 15:22:57 +00:00
Fixed children reference
This commit is contained in:
parent
134c67a51b
commit
b951809791
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ var Blitter = new Class({
|
|||
this.setTexture(texture, frame);
|
||||
this.setPosition(x, y);
|
||||
|
||||
this.children = new DisplayList(this);
|
||||
this.children = new DisplayList();
|
||||
|
||||
this.renderList = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue