Rebuild on offset change.

This commit is contained in:
photonstorm 2014-05-28 01:08:28 +01:00
parent 099b7c1fdc
commit 30cf226fc2

View file

@ -546,6 +546,8 @@ Phaser.RetroFont.prototype.updateOffset = function (x, y) {
PIXI.TextureCache[frames[i].uuid].frame.y = frames[i].y;
}
this.buildRetroFontText();
};
/**