mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Rebuild on offset change.
This commit is contained in:
parent
099b7c1fdc
commit
30cf226fc2
1 changed files with 2 additions and 0 deletions
|
@ -546,6 +546,8 @@ Phaser.RetroFont.prototype.updateOffset = function (x, y) {
|
|||
PIXI.TextureCache[frames[i].uuid].frame.y = frames[i].y;
|
||||
}
|
||||
|
||||
this.buildRetroFontText();
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue