diff options
Diffstat (limited to 'src/os/guPerspectiveF.c')
| -rw-r--r-- | src/os/guPerspectiveF.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/guPerspectiveF.c b/src/os/guPerspectiveF.c index fc65c6e80..745432c35 100644 --- a/src/os/guPerspectiveF.c +++ b/src/os/guPerspectiveF.c @@ -36,7 +36,8 @@ 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]; + //FrameInterpolation_Record_guPerspective(mat, perspNorm, fovy, aspect, near, far, scale); guPerspectiveF(mat, perspNorm, fovy, aspect, near, far, scale); - guMtxF2L(mat, m); FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mat, m); + guMtxF2L(mat, m); } |
