whoops, typo

This commit is contained in:
David Rose 2006-08-19 23:13:17 +00:00
parent 77ef27e6a1
commit 413b358ff1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}