* Fulfill #76
This commit is contained in:
Wasin Thonkaew
2019-03-20 14:32:31 +08:00
committed by Recep Aslantas
parent 8fa21a1837
commit 73226bd2fd

View File

@@ -152,7 +152,7 @@ glm_inv_tr(mat4 mat) {
glm_inv_tr_sse2(mat);
#else
CGLM_ALIGN_MAT mat3 r;
CGLM_ALIGN(16) vec3 t;
CGLM_ALIGN(8) vec3 t;
/* rotate */
glm_mat4_pick3t(mat, r);