Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2010, 3:17:25 PM (15 years ago)
Author:
sfluecki
Message:

Added a ConfigValue to limit the amount of marked entities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/modules/overlays/hud/HUDNavigation.h

    r6971 r7050  
    4949    virtual ~HUDNavigation();
    5050
     51    void setConfigValues();
     52   
    5153    virtual void XMLPort ( Element& xmlElement, XMLPort::Mode mode );
    5254    virtual void tick ( float dt );
     
    98100    float textSize_;
    99101
    100     static const unsigned int markerLimit_ = 5; //TODO: is it possible to set this over the console and/or the IG-Setting
     102    unsigned int markerLimit_;; //TODO: is it possible to set this over the console and/or the IG-Setting
    101103
    102104
Note: See TracChangeset for help on using the changeset viewer.