Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2008, 11:34:55 PM (16 years ago)
Author:
landauf
Message:
  • BarOverlayElement interpolates between given colours
  • Tried to fix a bug when releasing navigation focus
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/hud/Navigation.h

    r1564 r1568  
    5151        inline RadarObject* getFocus() const
    5252            { return this->focus_; }
    53         inline void setFocus(RadarObject* object)
    54             { this->focus_ = object; this->updateFocus(); }
     53        void releaseFocus();
    5554
    5655      private:
Note: See TracChangeset for help on using the changeset viewer.