From b24f37279bcc4b3abd92b697eadcec1feba8d276 Mon Sep 17 00:00:00 2001 From: aura Date: Fri, 27 Feb 2026 04:43:15 +0100 Subject: fix edge collisions, update readme --- src/game/player.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game/player.cpp') diff --git a/src/game/player.cpp b/src/game/player.cpp index 74ecea2..c6bf385 100644 --- a/src/game/player.cpp +++ b/src/game/player.cpp @@ -6,8 +6,7 @@ #include #include "player.h" -// todo : temporary -F32 PLAYER_HULL_HEIGHT = 1.f; +F32 PLAYER_HULL_HEIGHT = 48.f; F32 PLAYER_HULL_WIDTH = 32.f; PLAYER* player_create( VEC3 origin, F32 yaw ) { -- cgit v1.2.3