mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +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;
|
PIXI.TextureCache[frames[i].uuid].frame.y = frames[i].y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.buildRetroFontText();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue