call proper parent update
This commit is contained in:
parent
1958c1188a
commit
7c9ff84f22
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ PIXI.BitmapText.prototype.updateTransform = function()
|
|||
this.dirty = false;
|
||||
}
|
||||
|
||||
PIXI.DisplayObjectContainer.prototype.updateTransform.call(this);
|
||||
PIXI.SpriteBatch.prototype.updateTransform.call(this);
|
||||
};
|
||||
|
||||
PIXI.BitmapText.fonts = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue