mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 20:34:58 +00:00
committed by
Recep Aslantas
parent
8fa21a1837
commit
73226bd2fd
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user