summaryrefslogtreecommitdiff
path: root/src/engine/Matrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Matrix.cpp')
-rw-r--r--src/engine/Matrix.cpp2
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;