Changeset 9003 in orxonox.OLD for trunk/src/world_entities/elements
- Timestamp:
- Jul 2, 2006, 1:36:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/elements/glgui_radar.cc
r9002 r9003 135 135 glRotatef((this->_centerNode->getAbsDir().getHeading() - M_PI_2)* 180.0 /M_PI , 0, 0, 1); 136 136 137 glPointSize( 2.0f);137 glPointSize(4.0f); 138 138 for (unsigned int i = 0; i < this->_dotLists.size(); ++i) 139 139 {
Note: See TracChangeset
for help on using the changeset viewer.