Changeset 8761 in orxonox.OLD for trunk/src/lib/graphics/text_engine/text_engine.cc
- Timestamp:
- Jun 24, 2006, 2:16:12 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/text_engine.cc
r7428 r8761 75 75 // while (fontList->size() > 0) 76 76 { 77 Font* font = dynamic_cast<Font*>(fontList->back());78 if (likely(font != Font::getDefaultFont()))79 ResourceManager::getInstance()->unload(font, RP_GAME);77 // Font* font = dynamic_cast<Font*>(fontList->back()); 78 //if (likely(font != Font::getDefaultFont())) 79 // ResourceManager::getInstance()->unload(font, RP_GAME); 80 80 } 81 81 } … … 108 108 if (TTF_WasInit()) 109 109 { 110 Font::removeDefaultFont();110 // Font::removeDefaultFont(); 111 111 TTF_Quit(); 112 112 }
Note: See TracChangeset
for help on using the changeset viewer.