aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 15:24:38 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 15:24:38 +0100
commit12cf43dd062f41af226e0ac038b2f2838391015f (patch)
tree6c00434a29b8c2302eb85ead1fce96a2856aec09 /game/Config.h
parentf22a282b7863d35928fa3290f964ce3be5c0dbc9 (diff)
`make format`
Diffstat (limited to 'game/Config.h')
-rw-r--r--game/Config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/game/Config.h b/game/Config.h
index 64f2828..580e9ec 100644
--- a/game/Config.h
+++ b/game/Config.h
@@ -58,5 +58,4 @@ static constexpr const char * PLAYER_NAME = "player";
static constexpr int PLAYER_SPEED = 7500; // In game units
static constexpr int PLAYER_GRAVITY_SCALE = 60; // In game units
-static constexpr const char* CAMERA_NAME = "camera";
-
+static constexpr const char * CAMERA_NAME = "camera";