Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9014 in orxonox.OLD for trunk/src/util/hud.cc


Ignore:
Timestamp:
Jul 2, 2006, 2:50:47 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: autoselect first entries in the Menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/hud.cc

    r9003 r9014  
    189189    this->_radar->setAbsCoor2D(0.8 * this->resX, 0.01 * this->resY);
    190190    this->_radar->setWidgetSize(0.2 * this->resX, 0.2 * this->resY);
     191    this->_radar->setRange(300);
    191192    this->_radar->show();
    192193  }
Note: See TracChangeset for help on using the changeset viewer.