Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2010, 12:45:33 PM (14 years ago)
Author:
dafrick
Message:

Boost now runs out (and reloads).
Also fixed a few typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/overlays/hud/HUDBar.cc

    r7401 r7751  
    8585        this->bar_->setMaterialName(materialname);
    8686
    87         this->value_ = 1.0f;  // initielize with 1.0f to trigger a change when calling setValue(0.0f) on the line below
     87        this->value_ = 1.0f;  // initialize with 1.0f to trigger a change when calling setValue(0.0f) on the line below
    8888        this->setAutoColour(true);
    8989        this->setValue(0.0f); // <--
     
    161161        if (this->right2Left_)
    162162        {
    163             // backward casew
     163            // backward case
    164164            this->bar_->setPosition(0.06f + 0.88f * (1 - this->value_), 0.0f);
    165165            this->bar_->setDimensions(0.88f * this->value_, 1.0f);
Note: See TracChangeset for help on using the changeset viewer.