diff --git a/lib/src/guOrthoF.c b/lib/src/guOrthoF.c index 88db4f6c..6857bdfe 100644 --- a/lib/src/guOrthoF.c +++ b/lib/src/guOrthoF.c @@ -24,6 +24,5 @@ void guOrtho(Mtx *m, float left, float right, float bottom, float top, float nea float scale) { float sp28[4][4]; guOrthoF(sp28, left, right, bottom, top, near, far, scale); - FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)sp28, m); guMtxF2L(sp28, m); }