Changeset 7871 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- May 26, 2006, 1:39:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r7840 r7871 402 402 void GameWorld::update() 403 403 { 404 GraphicsEngine::getInstance()->update(this->dtS);405 404 PNode::getNullParent()->updateNode (this->dtS); 406 405 OrxSound::SoundEngine::getInstance()->update(); 406 GraphicsEngine::getInstance()->update(this->dtS); 407 407 } 408 408
Note: See TracChangeset
for help on using the changeset viewer.