whoops, typo
This commit is contained in:
parent
77ef27e6a1
commit
413b358ff1
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue