fix from forum user peciScx

This commit is contained in:
David Rose 2008-09-11 17:11:06 +00:00
parent 75b5e032f0
commit 7e2c036927

View File

@ -400,7 +400,9 @@ operator = (const TextAssembler::TextCharacter &copy) {
INLINE TextAssembler::TextRow::
TextRow(int row_start) :
_row_start(row_start),
_got_soft_hyphens(false)
_got_soft_hyphens(false),
_xpos(0.0f),
_ypos(0.0f)
{
}