diff options
author | DrNuget <drnuget@outlook.com> | 2025-03-04 21:07:46 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-03-04 21:07:46 +0200 |
commit | c23947247f76a519795e82c15c1ef01f4b4d58bc (patch) | |
tree | c071d59a677ff25ddd6283fac885e83a53110a8f /src/player.h | |
parent | de1c7a212835741946d562bc926a4287151c9ffb (diff) |
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h index 38ae1df..8d58ae3 100644 --- a/src/player.h +++ b/src/player.h @@ -7,7 +7,7 @@ typedef struct player { Vector3 pos; Vector3 velocity; Camera3D camera; - Hitbox hitbox; + Vector3 hitbox; int speed; short is_on_floor; |