Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 17, 2008, 6:26:23 PM (16 years ago)
Author:
nicolasc
Message:

created error output, up to chai to fix it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/hud/Bar.h

    r823 r825  
    3939
    4040
    41 namespace hud
     41// namespace hud
     42namespace orxonox
    4243{
    4344  class Bar : public Ogre::OverlayElement
    4445  {
    4546  private:
    46     float percentage_;
     47    double percentage_;
    4748    bool horz_;
    4849    Ogre::ColourValue color_;
Note: See TracChangeset for help on using the changeset viewer.