Skip to content

Commit

Permalink
Update box.h
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Jun 15, 2023
1 parent 5cd1619 commit adec2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cglm/struct/box.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ glms_aabb_(transform)(vec3s box[2], mat4s m, vec3s dest[2]) {

glms_vec3_(unpack)(rawBox, box, 2);
glm_aabb_transform(rawBox, m.raw, rawDest);
glms_vec3_pack(dest, rawDest, 2);
glms_vec3_(pack)(dest, rawDest, 2);
}

/*!
Expand Down

0 comments on commit adec2ee

Please sign in to comment.