Changeset 5347 in orxonox.OLD for trunk/src/lib/graphics/text_engine/text_engine.cc
- Timestamp:
- Oct 10, 2005, 3:07:04 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/text_engine.cc
r5344 r5347 76 76 delete textIterator; 77 77 } 78 // delete all remaining fonts ( this is done in the ResourceManager)78 // delete all remaining fonts (There should not be Anything to do here) 79 79 tList<BaseObject>* fontList = ClassList::getList(CL_FONT); 80 80 if (fontList != NULL) … … 127 127 /** 128 128 * outputs some nice Debug information 129 130 131 */129 * 130 * @todo there should also be something outputted about Font 131 */ 132 132 void TextEngine::debug() const 133 133 {
Note: See TracChangeset
for help on using the changeset viewer.