Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2008, 6:52:17 PM (17 years ago)
Author:
FelixSchulthess
Message:

moved navigation marker to new class: Navigation

File:
1 edited

Legend:

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

    r1394 r1395  
    4444            Ogre::OverlayContainer* container_;
    4545            Ogre::PanelOverlayElement* navMarker_;      // the panel used to show the arrow
    46             Ogre::TextAreaOverlayElement navText_;      // displaying distance...
     46            Ogre::TextAreaOverlayElement* navText_;      // displaying distance...
    4747                Vector3 shipPos_;                           // position of ship
    4848                int windowW_, windowH_;
Note: See TracChangeset for help on using the changeset viewer.