Changeset 2819 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Nov 12, 2004, 12:52:52 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world.cc
r2817 r2819 338 338 while( entity != NULL ) 339 339 { 340 if( entity->bDraw )entity->draw();340 entity->draw(); 341 341 entity = l->nextElement(); 342 342 }
Note: See TracChangeset
for help on using the changeset viewer.