Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5084 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.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/lib/graphics/graphics_engine.cc

    r5079 r5084  
    406406
    407407/**
     408 * updates everything that is to be updated in the GraphicsEngine
     409 */
     410void GraphicsEngine::update(float dt)
     411{
     412//  NullElement2D::getInstance()->update2D(dt);
     413  NullElement2D::getInstance()->debug(0);
     414
     415}
     416
     417
     418/**
    408419 *  ticks the Text
    409420 * @param dt the time passed
Note: See TracChangeset for help on using the changeset viewer.