Changeset 5977 in orxonox.OLD for branches/spaceshipcontrol
- Timestamp:
- Dec 7, 2005, 5:21:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/weapons/crosshair.cc
r5964 r5977 166 166 { 167 167 glPushMatrix(); 168 glTranslatef( this->getAbsCoor2D().x, this->getAbsCoor2D().y, 0);168 glTranslatef(GraphicsEngine::getInstance()->getResolutionX()/2, GraphicsEngine::getInstance()->getResolutionY()/2, 0); 169 169 170 170 glRotatef(this->getAbsDir2D(), 0,0,1);
Note: See TracChangeset
for help on using the changeset viewer.