Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2008, 4:05:31 PM (16 years ago)
Author:
rgrieder
Message:

fixed a bug with Bar loading. setValue wasn't called after setLeft2Right()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/overlays/hud/HUDBar.cc

    r1625 r1626  
    113113    void HUDBar::setValue(float value)
    114114    {
    115         if (value == this->value_)
    116             return;
    117 
    118115        this->value_ = clamp<float>(value, 0, 1);
    119116        if (this->autoColour_ && this->textureUnitState_)
Note: See TracChangeset for help on using the changeset viewer.