mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
fix struct api calls
This commit is contained in:
@@ -75,7 +75,7 @@ glms_aabb_print(vec3s bbox[2],
|
||||
FILE * __restrict ostream) {
|
||||
vec3 rawBbox[2];
|
||||
|
||||
glms_vec3_unpack(rawBbox, bbox, 2);
|
||||
glms_vec3_(unpack)(rawBbox, bbox, 2);
|
||||
glm_aabb_print(rawBbox, tag, ostream);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user