Skip to content

Commit

Permalink
Merge pull request #389 from waywardmonkeys/aabb2d-struct-api
Browse files Browse the repository at this point in the history
aabb2d: Fix struct api.
  • Loading branch information
recp authored Feb 11, 2024
2 parents db6f964 + fd661d1 commit eb9a200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cglm/struct/aabb2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb9a200

Please sign in to comment.