aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-09-25 11:29:56 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-09-25 11:29:56 -0600
commit8a5dfe2ad57757a38444f736da115c5def870ec5 (patch)
tree9826c50703b15923a4f7e38e44d54f6836654848
parent40fed1ffc124a15d6ab1991f59cc05208448b515 (diff)
changed some constants
-rw-r--r--src/radar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radar.h b/src/radar.h
index ecb44ba..65ea41f 100644
--- a/src/radar.h
+++ b/src/radar.h
@@ -6,7 +6,7 @@
#define RADAR_TEXTURE_SIZE 200
#define RADAR_WORLD_SCALE 0.01
#define RADAR_POINT_SIZE 1.0
-#define RADAR_MAX_DISTANCE 10000.0
+#define RADAR_MAX_DISTANCE 2000.0
#define RADAR_CAMERA_DISTANCE 6.0
#define RADAR_COLOR (Color){255, 255, 255, 85}