fix from forum user peciScx
This commit is contained in:
parent
75b5e032f0
commit
7e2c036927
|
|
@ -400,7 +400,9 @@ operator = (const TextAssembler::TextCharacter ©) {
|
|||
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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue