diff options
Diffstat (limited to 'src/os/guPerspectiveF.c')
| -rw-r--r-- | src/os/guPerspectiveF.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/guPerspectiveF.c b/src/os/guPerspectiveF.c index fc65c6e80..7d682b8f9 100644 --- a/src/os/guPerspectiveF.c +++ b/src/os/guPerspectiveF.c @@ -37,6 +37,6 @@ void guPerspectiveF(float mf[4][4], u16* perspNorm, float fovy, float aspect, fl void guPerspective(Mtx* m, u16* perspNorm, float fovy, float aspect, float near, float far, float scale) { float mat[4][4]; guPerspectiveF(mat, perspNorm, fovy, aspect, near, far, scale); - guMtxF2L(mat, m); FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mat, m); + guMtxF2L(mat, m); } |
