소스 검색

fix from forum user peciScx

David Rose 17 년 전
부모
커밋
7e2c036927
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      panda/src/text/textAssembler.I

+ 3 - 1
panda/src/text/textAssembler.I

@@ -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)
 {
 }