Browse Source

whoops, typo

David Rose 19 years ago
parent
commit
413b358ff1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/text/textAssembler.cxx

+ 1 - 1
panda/src/text/textAssembler.cxx

@@ -177,7 +177,7 @@ get_wordwrapped_wtext() const {
   for (ti = _wordwrapped_string.begin(); 
        ti != _wordwrapped_string.end(); 
        ++ti) {
-    if ((*ti)._graphic != (TextGraphic *)NULL) {
+    if ((*ti)._graphic == (TextGraphic *)NULL) {
       wtext += (*ti)._character;
     }
   }