Changeset 5216 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Sep 22, 2005, 4:44:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/crosshair.cc
r5212 r5216 190 190 // glEnd(); 191 191 glPushMatrix(); 192 GLdouble pos[3] ;192 GLdouble pos[3] = { 0.0, 0.0, 0.0}; 193 193 gluProject(this->getAbsCoor().x, 194 194 this->getAbsCoor().y,
Note: See TracChangeset
for help on using the changeset viewer.