From 413b358ff1ac244929287d38f05bd39ac214abcd Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 19 Aug 2006 23:13:17 +0000 Subject: [PATCH] whoops, typo --- panda/src/text/textAssembler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/text/textAssembler.cxx b/panda/src/text/textAssembler.cxx index 893089abda..2ac07226f2 100644 --- a/panda/src/text/textAssembler.cxx +++ b/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; } }