Changeset 9779 for code/branches/radarDreiD/src/modules
- Timestamp:
- Nov 11, 2013, 4:13:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/radarDreiD/src/modules/overlays/hud/HUDRadar.cc
r9742 r9779 173 173 coord *= math::pi / 3.5f; // small adjustment to make it fit the texture 174 174 it->second->setPosition((1.0f + coord.x - size) * 0.5f, (1.0f - coord.y - size) * 0.5f); 175 175 176 if( distance < detectionLimit_ || detectionLimit_ < 0 ) 176 177 it->second->show();
Note: See TracChangeset
for help on using the changeset viewer.