Changeset 7217 in orxonox.OLD for branches/std/src/world_entities/weapons
- Timestamp:
- Mar 12, 2006, 2:16:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/world_entities/weapons/aiming_turret.cc
r7193 r7217 168 168 glRotatef (this->getAbsDir().getSpacialAxisAngle(), tmpRot.x, tmpRot.y, tmpRot.z ); 169 169 170 this->getModel()->draw(); 170 if (this->getModel()) 171 this->getModel()->draw(); 171 172 glPopMatrix(); 172 173 }
Note: See TracChangeset
for help on using the changeset viewer.