fix struct api calls

This commit is contained in:
Recep Aslantas
2023-04-21 21:20:11 +03:00
parent 8d441902c0
commit 17b3911e7c
5 changed files with 13 additions and 13 deletions

View File

@@ -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);
}