Skip to content
Snippets Groups Projects
Commit a6319d41 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

More mac build fixes

parent 535a3b3b
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,6 @@ const F32 SQ_RADIUS = RADIUS_PIXELS * RADIUS_PIXELS; ...@@ -68,8 +68,6 @@ const F32 SQ_RADIUS = RADIUS_PIXELS * RADIUS_PIXELS;
const F32 WIDTH_PIXELS = 8; const F32 WIDTH_PIXELS = 8;
const S32 CIRCLE_STEPS = 100; const S32 CIRCLE_STEPS = 100;
const F32 DELTA = F_TWO_PI / CIRCLE_STEPS; const F32 DELTA = F_TWO_PI / CIRCLE_STEPS;
const F32 SIN_DELTA = sin( DELTA );
const F32 COS_DELTA = cos( DELTA );
const F32 MAX_MANIP_SELECT_DISTANCE = 100.f; const F32 MAX_MANIP_SELECT_DISTANCE = 100.f;
const F32 SNAP_ANGLE_INCREMENT = 5.625f; const F32 SNAP_ANGLE_INCREMENT = 5.625f;
const F32 SNAP_ANGLE_DETENTE = SNAP_ANGLE_INCREMENT; const F32 SNAP_ANGLE_DETENTE = SNAP_ANGLE_INCREMENT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment