Changeset 5447 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Oct 29, 2005, 1:14:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5429 r5447 129 129 130 130 // delete all the initialized Engines. 131 FastFactory::flushAll(true); 131 132 delete LightManager::getInstance(); 132 133 delete TrackManager::getInstance(); … … 138 139 SoundEngine::getInstance()->flushAllBuffers(); 139 140 SoundEngine::getInstance()->flushAllSources(); 140 FastFactory::flushAll(true);141 141 142 142
Note: See TracChangeset
for help on using the changeset viewer.