diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-06 23:18:20 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-06 23:18:20 -0600 |
commit | 71f748a76ef0b86b6377ea82cb2e7e785d28b647 (patch) | |
tree | b66c022e3a9d74600f165f04f08a2f4d2f66f339 /src/radar.h | |
parent | a3e1d468a46f2f463500ccbec042e96350f74475 (diff) |
Fixed issues I should have fixed a while ago
Diffstat (limited to 'src/radar.h')
-rw-r--r-- | src/radar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radar.h b/src/radar.h index 65ea41f..4719d7b 100644 --- a/src/radar.h +++ b/src/radar.h @@ -5,7 +5,7 @@ #define RADAR_TEXTURE_SIZE 200 #define RADAR_WORLD_SCALE 0.01 -#define RADAR_POINT_SIZE 1.0 +#define RADAR_POINT_SIZE 0.75 #define RADAR_MAX_DISTANCE 2000.0 #define RADAR_CAMERA_DISTANCE 6.0 |