Changeset 4979 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Aug 10, 2005, 4:47:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4978 r4979 133 133 SoundEngine::getInstance()->flushAllBuffers(); 134 134 SoundEngine::getInstance()->flushAllSources(); 135 FastFactory::flushAll( );135 FastFactory::flushAll(true); 136 136 137 137 // erease everything that is left. … … 850 850 // tick the engines 851 851 AnimationPlayer::getInstance()->tick(this->dtS); 852 if (this->cycle > 5)852 // if (this->cycle > 5) 853 853 PhysicsEngine::getInstance()->tick(this->dtS); 854 854
Note: See TracChangeset
for help on using the changeset viewer.