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.h

    r1625 r1626  
    7272
    7373        inline void setRightToLeft(bool r2l)
    74         { this->right2Left_ = r2l; }
     74        { this->right2Left_ = r2l; this->setValue(this->value_); }
    7575        inline bool getRightToLeft() const
    7676        { return this->right2Left_; }
Note: See TracChangeset for help on using the changeset viewer.