Changeset 3832 in orxonox.OLD for orxonox/trunk/src/world_entities/world_entity.cc
- Timestamp:
- Apr 14, 2005, 1:16:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/world_entity.cc
r3803 r3832 104 104 void WorldEntity::processDraw () 105 105 { 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 113 107 } 114 108
Note: See TracChangeset
for help on using the changeset viewer.