Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7871 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
May 26, 2006, 1:39:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Element2D is better updated (after PNode :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r7840 r7871  
    402402void GameWorld::update()
    403403{
    404   GraphicsEngine::getInstance()->update(this->dtS);
    405404  PNode::getNullParent()->updateNode (this->dtS);
    406405  OrxSound::SoundEngine::getInstance()->update();
     406  GraphicsEngine::getInstance()->update(this->dtS);
    407407}
    408408
Note: See TracChangeset for help on using the changeset viewer.