Correction to the previous commit

This commit is contained in:
Sergey Sharybin 2014-03-25 16:22:47 +06:00
parent d4cc81d552
commit b7dbb2f48e
1 changed files with 1 additions and 1 deletions

View File

@ -2126,7 +2126,7 @@ void invert_m4_m4_safe(float Ainv[4][4], float A[4][4])
Atemp[2][2] += 1e-8f;
if (!invert_m4_m4(Ainv, Atemp)) {
return unit_m4(Ainv);
unit_m4(Ainv);
}
}
}