Error in last commit

This commit is contained in:
Campbell Barton 2015-10-15 21:28:07 +11:00
parent 83d6b73e96
commit 3de81314fa
1 changed files with 1 additions and 0 deletions

View File

@ -1315,6 +1315,7 @@ void normalize_m4_m4(float rmat[4][4], float mat[4][4])
float len = normalize_v3_v3(rmat[i], mat[i]);
rmat[i][3] = (len != 0.0f) ? (mat[i][3] / len) : mat[i][3];
}
copy_v4_v4(rmat[3], mat[3]);
}
void adjoint_m2_m2(float m1[2][2], float m[2][2])