Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2012, 2:30:37 PM (11 years ago)
Author:
mottetb
Message:

aimMarkerSize Problem

File:
1 edited

Legend:

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

    r9421 r9429  
    9191            inline float getNavMarkerSize() const
    9292                { return navMarkerSize_; }
     93            inline void setAimMarkerSize(float size)
     94            {
     95                aimMarkerSize_ = size;
     96                this->sizeChanged();
     97            }
     98            inline float getAimMarkerSize() const
     99                { return aimMarkerSize_; }
    93100            inline void setDetectionLimit(float limit)
    94101                { this->detectionLimit_ = limit; }
     
    111118
    112119            float navMarkerSize_;
     120            float aimMarkerSize_;
    113121            std::string fontName_;
    114122            float textSize_;
Note: See TracChangeset for help on using the changeset viewer.