Changeset 5290 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Oct 6, 2005, 11:41:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine.cc
r5289 r5290 814 814 // first remove all the remaining Texts (if any). 815 815 tList<BaseObject>* textList = ClassList::getList(CL_TEXT); 816 if (text != NULL)816 if (textList != NULL) 817 817 { 818 818 tIterator<BaseObject>* textIterator = textList->getIterator();
Note: See TracChangeset
for help on using the changeset viewer.