Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 11, 2013, 4:13:02 PM (11 years ago)
Author:
wroennin
Message:

Math.cc: updated (new comments, transformmatrix changed to adapt to the right axis directions

File:
1 edited

Legend:

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

    r9742 r9779  
    173173            coord *= math::pi / 3.5f; // small adjustment to make it fit the texture
    174174            it->second->setPosition((1.0f + coord.x - size) * 0.5f, (1.0f - coord.y - size) * 0.5f);
     175
    175176            if( distance < detectionLimit_ || detectionLimit_ < 0 )
    176177                it->second->show();
Note: See TracChangeset for help on using the changeset viewer.