Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5084 in orxonox.OLD for trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Aug 19, 2005, 2:37:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: flush
i am going into the weekend now
@patrick: ther might be some strange behaviour, and i noticed, that the CD-engine is iterating more through the entities, than it should
I hope, this is just a minor bug, because it almost killed me in the process of developing
i do not exactly know if it is from the CD-engine, but it is producing different outputs when i start the game five times in a row

File:
1 edited

Legend:

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

    r5078 r5084  
    637637  NullParent::getInstance()->update (0.001f);
    638638  NullParent::getInstance()->update (0.001f);
     639
    639640}
    640641
     
    887888  GarbageCollector::getInstance()->update();
    888889  NullParent::getInstance()->update (this->dtS);
     890  GraphicsEngine::getInstance()->update(this->dtS);
    889891
    890892  SoundEngine::getInstance()->update();
Note: See TracChangeset for help on using the changeset viewer.