Changeset 6848 in orxonox.OLD for trunk/src/world_entities/image_entity.cc
- Timestamp:
- Jan 30, 2006, 2:56:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/image_entity.cc
r6841 r6848 161 161 void ImageEntity::draw() const 162 162 { 163 if( !this->isVisible()) 164 return; 165 163 166 glPushMatrix(); 164 167 glTranslatef(this->getAbsCoor2D().x, this->getAbsCoor2D().y, 0);
Note: See TracChangeset
for help on using the changeset viewer.