Changeset 5096 in orxonox.OLD for trunk/src/orxonox.cc
- Timestamp:
- Aug 22, 2005, 12:01:04 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/orxonox.cc
r5078 r5096 80 80 Orxonox::~Orxonox () 81 81 { 82 delete Shell::getInstance(); 82 83 delete GraphicsEngine::getInstance(); // deleting the Graphics 83 84 delete TextEngine::getInstance(); … … 257 258 int Orxonox::initMisc() 258 259 { 260 Shell::getInstance(); 259 261 return 0; 260 262 }
Note: See TracChangeset
for help on using the changeset viewer.