Changeset 7801 for code/trunk/src/modules/overlays/hud
- Timestamp:
- Dec 22, 2010, 7:24:24 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/modules/overlays/hud/HUDBar.cc
r7401 r7801 85 85 this->bar_->setMaterialName(materialname); 86 86 87 this->value_ = 1.0f; // initi elize with 1.0f to trigger a change when calling setValue(0.0f) on the line below87 this->value_ = 1.0f; // initialize with 1.0f to trigger a change when calling setValue(0.0f) on the line below 88 88 this->setAutoColour(true); 89 89 this->setValue(0.0f); // <-- … … 161 161 if (this->right2Left_) 162 162 { 163 // backward case w163 // backward case 164 164 this->bar_->setPosition(0.06f + 0.88f * (1 - this->value_), 0.0f); 165 165 this->bar_->setDimensions(0.88f * this->value_, 1.0f); -
code/trunk/src/modules/overlays/hud/HUDNavigation.cc
r7401 r7801 24 24 * Co-authors: 25 25 * Reto Grieder 26 * Oliver Scheuss 26 27 * 27 28 */ … … 410 411 } 411 412 } 412 } 413 414 }
Note: See TracChangeset
for help on using the changeset viewer.