Changeset 4136 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- May 10, 2005, 12:06:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4105 r4136 197 197 cn->reset(); 198 198 199 ResourceManager::getInstance()->debug();200 ResourceManager::getInstance()->unloadAllByPriority(RP_LEVEL);201 ResourceManager::getInstance()->debug();202 203 199 delete WorldInterface::getInstance(); 204 200 … … 209 205 TextEngine::getInstance()->flush(); 210 206 211 AnimationPlayer::getInstance()->debug();212 207 delete AnimationPlayer::getInstance(); // this should be at the end of the unloading sequence. 213 208 //delete garbagecollecor 214 209 //delete animator 215 210 216 211 ResourceManager::getInstance()->unloadAllByPriority(RP_LEVEL); 217 212 } 218 213 … … 844 839 this->glmis = new GLMenuImageScreen(); 845 840 this->glmis->init(); 846 glmis->setBackgroundImage("pictures/load_screen.jpg");847 841 this->glmis->setMaximum(8); 848 842 // this->glmis->draw();
Note: See TracChangeset
for help on using the changeset viewer.