Changeset 9830 in orxonox.OLD for branches/new_class_id/src/world_entities/weapons
- Timestamp:
- Sep 26, 2006, 2:54:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/weapons/fps_sniper_rifle.cc
r9716 r9830 183 183 184 184 this->material->select(); 185 static_cast<StaticModel*>(this->getModel())->draw(); 185 this->getModel()->draw(); 186 //static_cast<StaticModel*>(this->getModel())->draw(); 186 187 187 188 glPopMatrix();
Note: See TracChangeset
for help on using the changeset viewer.