mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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…
x
Reference in New Issue
Block a user