Fixed children reference

This commit is contained in:
Richard Davey 2018-01-20 16:21:28 +00:00
parent 134c67a51b
commit b951809791

View file

@ -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 = [];