- Timestamp:
- May 31, 2010, 3:17:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/modules/overlays/hud/HUDNavigation.h
r6971 r7050 49 49 virtual ~HUDNavigation(); 50 50 51 void setConfigValues(); 52 51 53 virtual void XMLPort ( Element& xmlElement, XMLPort::Mode mode ); 52 54 virtual void tick ( float dt ); … … 98 100 float textSize_; 99 101 100 static const unsigned int markerLimit_ = 5; //TODO: is it possible to set this over the console and/or the IG-Setting102 unsigned int markerLimit_;; //TODO: is it possible to set this over the console and/or the IG-Setting 101 103 102 104
Note: See TracChangeset
for help on using the changeset viewer.