Changeset 2462 for code/branches/objecthierarchy2/src/orxonox/overlays
- Timestamp:
- Dec 15, 2008, 1:38:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDBar.cc
r2369 r2462 84 84 this->bar_->setMaterialName(materialname); 85 85 86 this->setValue(0.0f); 86 this->value_ = 1.0f; // initielize with 1.0f to trigger a change when calling setValue(0.0f) on the line below 87 this->setValue(0.0f); // <-- 87 88 this->setRightToLeft(false); 88 89 this->setAutoColour(true);
Note: See TracChangeset
for help on using the changeset viewer.