aboutsummaryrefslogtreecommitdiff
path: root/src/physac.h
diff options
context:
space:
mode:
authorvictorfisac <victorfisac@gmail.com>2016-03-16 12:48:30 +0100
committervictorfisac <victorfisac@gmail.com>2016-03-16 12:48:30 +0100
commit0caf925d5dc32e03852e3bf3d5fc5e31bc065f03 (patch)
treefdcff3cec11ba96e3e83db303374e79d1608fd87 /src/physac.h
parentdc68205a18168a611b11d3b042a806edcdd96781 (diff)
downloadraylib-0caf925d5dc32e03852e3bf3d5fc5e31bc065f03.tar.gz
raylib-0caf925d5dc32e03852e3bf3d5fc5e31bc065f03.zip
Updated headers
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 {