Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 13, 2005, 7:23:20 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Text is now too a Element2D, and it does not need the TextEngine anymore to draw it.
optimizing…

File:
1 edited

Legend:

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

    r4849 r4850  
    850850
    851851  GraphicsEngine::getInstance()->draw();
    852   TextEngine::getInstance()->draw();
    853   LightManager::getInstance()->draw(); // must be at the end of the drawing procedure, otherwise Light cannot be handled as PNodes //
     852  //TextEngine::getInstance()->draw();
    854853}
    855854
Note: See TracChangeset for help on using the changeset viewer.