aboutsummaryrefslogtreecommitdiff
path: root/src/physac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/physac.h')
-rw-r--r--src/physac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/physac.h b/src/physac.h
index 852a7e4a..c70dbbe2 100644
--- a/src/physac.h
+++ b/src/physac.h
@@ -62,8 +62,8 @@ typedef struct Rigidbody {
typedef struct Collider {
bool enabled;
ColliderType type;
- Rectangle bounds; // Used for COLLIDER_RECTANGLE and COLLIDER_CAPSULE
- int radius; // Used for COLLIDER_CIRCLE and COLLIDER_CAPSULE
+ Rectangle bounds; // Used for COLLIDER_RECTANGLE
+ int radius; // Used for COLLIDER_CIRCLE
} Collider;
typedef struct PhysicObject {