diff options
Diffstat (limited to 'src/radar.c')
-rw-r--r-- | src/radar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radar.c b/src/radar.c index 309251b..192617e 100644 --- a/src/radar.c +++ b/src/radar.c @@ -53,7 +53,7 @@ void drawRadar3DParts(Game * game, Radar * radar) { DrawSphere( Vector3Scale(Vector3Subtract(entity->position, player->position), RADAR_WORLD_SCALE), RADAR_POINT_SIZE, - BLACK + RADAR_ENTITY_COLOR ); } @@ -69,7 +69,7 @@ void drawRadar3DParts(Game * game, Radar * radar) { RADAR_POINT_SIZE, 0.0, 8, - BLUE + RADAR_PLAYER_COLOR ); EndMode3D(); |