Fixed weird vibration on screen

This commit is contained in:
KiritoDv
2026-01-07 13:38:55 -06:00
parent d61f235d30
commit 599c127adb
-1
View File
@@ -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);
}