From 7e2c03692714db9684c6c043e6a7d5f4e0cac3ea Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 11 Sep 2008 17:11:06 +0000 Subject: [PATCH] fix from forum user peciScx --- panda/src/text/textAssembler.I | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/panda/src/text/textAssembler.I b/panda/src/text/textAssembler.I index d6448e414e..8d57a8e922 100644 --- a/panda/src/text/textAssembler.I +++ b/panda/src/text/textAssembler.I @@ -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) { }