call proper parent update

This commit is contained in:
Chad Engler 2014-02-04 16:26:43 -08:00
parent 1958c1188a
commit 7c9ff84f22

View file

@ -174,7 +174,7 @@ PIXI.BitmapText.prototype.updateTransform = function()
this.dirty = false; this.dirty = false;
} }
PIXI.DisplayObjectContainer.prototype.updateTransform.call(this); PIXI.SpriteBatch.prototype.updateTransform.call(this);
}; };
PIXI.BitmapText.fonts = {}; PIXI.BitmapText.fonts = {};