Changeset 1622 for code/branches/hud/src/orxonox/overlays/hud
- Timestamp:
- Jun 25, 2008, 9:07:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc
r1621 r1622 270 270 { 271 271 // use size to compensate for apspect ratio if enabled. 272 float xScale = this->get Size().x;273 float yScale = this->get Size().y;272 float xScale = this->getActualSize().x; 273 float yScale = this->getActualSize().y; 274 274 if (this->navMarker_) 275 275 navMarker_->setDimensions(navMarkerSize_ * xScale, navMarkerSize_ * yScale);
Note: See TracChangeset
for help on using the changeset viewer.