Changeset 10511 in orxonox.OLD for trunk/src/world_entities/world_entity.cc
- Timestamp:
- Jan 30, 2007, 7:39:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r10498 r10511 717 717 void WorldEntity::draw(const Model* model) const 718 718 { 719 if(bVisible) 720 { 719 721 glMatrixMode(GL_MODELVIEW); 720 722 glPushMatrix(); … … 733 735 734 736 glPopMatrix(); 737 } 735 738 } 736 739
Note: See TracChangeset
for help on using the changeset viewer.