From 0caf925d5dc32e03852e3bf3d5fc5e31bc065f03 Mon Sep 17 00:00:00 2001 From: victorfisac Date: Wed, 16 Mar 2016 12:48:30 +0100 Subject: Updated headers --- src/physac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/physac.h') 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 { -- cgit v1.2.3