From c55781264336269a7086e4be33df2659d70ce061 Mon Sep 17 00:00:00 2001 From: MegaMech <7255464+MegaMech@users.noreply.github.com> Date: Fri, 23 May 2025 20:58:05 -0600 Subject: Fix compile --- src/engine/Matrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/Matrix.cpp') diff --git a/src/engine/Matrix.cpp b/src/engine/Matrix.cpp index 2586d1614..15cc00f17 100644 --- a/src/engine/Matrix.cpp +++ b/src/engine/Matrix.cpp @@ -54,7 +54,7 @@ Mtx* SetTextMatrix(Mat4 matrix, f32 x, f32 y, f32 arg3, f32 arg4) { matrix[3][2] = 0.0f; matrix[3][3] = 1.0f; Mtx* mtx = GetMatrix(gWorldInstance.Mtx.Effects); - FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mtx, &stack.back()); + FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)matrix, mtx); guMtxF2L(matrix, mtx); return mtx; -- cgit v1.2.3