mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-28 05:58:30 +00:00
Review some function names for consistency with raymath
This commit is contained in:
@@ -66,8 +66,8 @@ typedef struct Rigidbody {
|
||||
typedef struct Collider {
|
||||
bool enabled;
|
||||
ColliderType type;
|
||||
Rectangle bounds; // Just used for RectangleCollider type
|
||||
int radius; // Just used for CircleCollider type
|
||||
Rectangle bounds; // Used for COLLIDER_RECTANGLE and COLLIDER_CAPSULE
|
||||
int radius; // Used for COLLIDER_CIRCLE and COLLIDER_CAPSULE
|
||||
} Collider;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user