This commit is contained in:
2025-10-25 21:15:13 -05:00
parent 5c3db5d991
commit d74226dab1
4 changed files with 8 additions and 7 deletions

View File

@@ -32,7 +32,6 @@ typedef struct entity_s {
vec3 position;
vec3 velocity;
vec2 hitbox;
float_t hitboxRadius;
union {