Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2013, 2:26:10 PM (10 years ago)
Author:
wroennin
Message:

added XMLProt for detectionLimit_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/radarDreiD/src/modules/overlays/hud/HUDRadar.h

    r9847 r9882  
    5959        void setHalfDotSizeDistance(float distance) { this->halfDotSizeDistance_ = distance; }
    6060
    61         void setDetectionLimit( float limit )
    62         { this->detectionLimit_ = limit; }
    63         float getDetectionLimit() const
    64         { return this->detectionLimit_; }
     61        void setDetectionLimit( float limit ) { this->detectionLimit_ = limit; }
     62        float getDetectionLimit() const { return this->detectionLimit_; }
    6563
    6664        float getMaximumDotSize() const { return this->maximumDotSize_; }
Note: See TracChangeset for help on using the changeset viewer.