mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
Merge pull request #389 from waywardmonkeys/aabb2d-struct-api
aabb2d: Fix struct api.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "mat4.h"
|
||||
|
||||
/* api definition */
|
||||
#define glms_aabb2d_(NAME) CGLM_STRUCTAPI(aabb, NAME)
|
||||
#define glms_aabb2d_(NAME) CGLM_STRUCTAPI(aabb2d, NAME)
|
||||
|
||||
/*!
|
||||
* @brief apply transform to Axis-Aligned Bounding Box
|
||||
|
Reference in New Issue
Block a user