Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 28, 2005, 12:10:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ParticleEngine now has a draw-function, that makes sense

File:
1 edited

Legend:

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

    r4347 r4349  
    816816
    817817  TextEngine::getInstance()->draw();
    818   particleEngine->draw(this->dtS); //!< \todo should be dts like in the Trunk;
     818  particleEngine->draw(); //!< \todo should be dts like in the Trunk;
    819819
    820820  lightMan->draw(); // must be at the end of the drawing procedure, otherwise Light cannot be handled as PNodes //
Note: See TracChangeset for help on using the changeset viewer.