diff options
Diffstat (limited to 'src/game/player.cpp')
| -rw-r--r-- | src/game/player.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 <cmath> #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 ) { |
