fix incorrect width property for multi-line BitmapText
BitmapText.updateText() was setting this.width to the width of the last line of multi-line text, rather than that of the longest line. this made it impossible to center multi-line strings. (found working in Phaser)
1 parent b6f51b3 commit 5d45bbfc4b566da30aa55236eb66ee5cf84b6138
@josh shepard josh shepard authored on 1 Dec 2013
Chad Engler committed on 8 Dec 2013
Showing 1 changed file
View
src/pixi/text/BitmapText.js