Changeset 3693 in orxonox.OLD for orxonox/branches/textEngine/src/orxonox.cc
- Timestamp:
- Mar 31, 2005, 3:16:40 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/orxonox.cc
r3681 r3693 33 33 #include "graphics_engine.h" 34 34 #include "resource_manager.h" 35 #include "glfont.h" 35 36 36 37 #include <string.h> … … 58 59 delete GraphicsEngine::getInstance(); // deleting the Graphics 59 60 delete ResourceManager::getInstance(); // deletes the Resource Manager 61 GLFont::disableFonts(); 60 62 } 61 63 … … 167 169 resourceManager->setDataDir("../data/"); 168 170 return 0; 171 PRINT(3)("initializing TextEngine\n"); 172 GLFont::enableFonts(); 169 173 } 170 174
Note: See TracChangeset
for help on using the changeset viewer.