aboutsummaryrefslogtreecommitdiff
path: root/src/playerCamera.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-20 03:08:57 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-20 03:08:57 -0600
commit43e31b6e124da754ef928d22fbb9a1d7640aab4b (patch)
tree698f723866bd99982a6c606c63cfa0387863e2db /src/playerCamera.h
parentf3f5fedbf591c10fa675a32103bab9480b42abe8 (diff)
New bullet system
Diffstat (limited to 'src/playerCamera.h')
-rw-r--r--src/playerCamera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerCamera.h b/src/playerCamera.h
index 960c30d..87663d4 100644
--- a/src/playerCamera.h
+++ b/src/playerCamera.h
@@ -3,7 +3,7 @@
#ifndef PLAYER_CAMERA_H
#define PLAYER_CAMERA_H
-#define CAMERA_DIS 10.0
+#define CAMERA_DIS 5.0
void initPlayerCamera(Camera3D * camera);
void updatePlayerCamera(Camera3D * camera, Game * game);