diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 20:58:05 -0600 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 20:58:05 -0600 |
| commit | c55781264336269a7086e4be33df2659d70ce061 (patch) | |
| tree | 5235aa9059b286726e43d930de1a0600f20f00a5 /src/engine/Matrix.cpp | |
| parent | 5418951e1fcf9cd3c5bafce0ccf629b8e75467bf (diff) | |
Fix compile
Diffstat (limited to 'src/engine/Matrix.cpp')
| -rw-r--r-- | src/engine/Matrix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
