summaryrefslogtreecommitdiff
path: root/src/m4f.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m4f.h')
-rw-r--r--src/m4f.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4f.h b/src/m4f.h
index 7c121f3..232e89a 100644
--- a/src/m4f.h
+++ b/src/m4f.h
@@ -129,7 +129,7 @@ static inline m4f_t m4f_invert(const m4f_t *m)
m->m[3][0] * m->m[1][3] * m->m[2][2];
inv.m[2][0] = m->m[1][0] * m->m[2][1] * m->m[3][3] -
- m->m[1][0] * m->m[8][3] * m->m[3][1] -
+ m->m[1][0] * m->m[2][3] * m->m[3][1] -
m->m[2][0] * m->m[1][1] * m->m[3][3] +
m->m[2][0] * m->m[1][3] * m->m[3][1] +
m->m[3][0] * m->m[1][1] * m->m[2][3] -
© All Rights Reserved