Changeset 5296 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Oct 7, 2005, 10:42:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5294 r5296 128 128 129 129 130 // delete all the initialized Engines. 130 131 delete LightManager::getInstance(); 131 132 delete TrackManager::getInstance(); 132 133 delete ParticleEngine::getInstance(); 133 delete AnimationPlayer::getInstance(); // this should be at the end of the unloading sequence.134 delete AnimationPlayer::getInstance(); 134 135 delete PhysicsEngine::getInstance(); 135 136 … … 142 143 // erease everything that is left. 143 144 delete NullParent::getInstance(); 144 delete NullParent::getInstance();145 145 146 146 // unload the resources !! 147 147 ResourceManager::getInstance()->unloadAllByPriority(RP_LEVEL); 148 149 150 EventHandler::getInstance()->debug();151 ClassList::debug(CL_PARENT_NODE, 3);152 // exit(-1);153 148 154 149 delete[] this->path;
Note: See TracChangeset
for help on using the changeset viewer.