Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2005, 1:16:31 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: animation class functions implemented, list enhanced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/world_entity.cc

    r3803 r3832  
    104104void WorldEntity::processDraw ()
    105105{
    106   this->draw ();
    107   PNode* pn = this->children->enumerate ();
    108   while( pn != NULL)
    109     {
    110       ((WorldEntity*)pn)->processDraw ();
    111       pn = this->children->nextElement();
    112     }
     106
    113107}
    114108
Note: See TracChangeset for help on using the changeset viewer.