summaryrefslogtreecommitdiff
path: root/src/engine/Matrix.cpp
diff options
context:
space:
mode:
authorMegaMech <inkstudios1@hotmail.com>2025-05-16 22:23:15 -0600
committerMegaMech <inkstudios1@hotmail.com>2025-05-16 22:23:15 -0600
commit881732eb8d1a5746c0fbb82d0319b5132d01419f (patch)
treeec73844fc730e5ea8605164b47f99ed762fcee56 /src/engine/Matrix.cpp
parent57a7a9a52d9a856efa11f0d999446bc39df4a713 (diff)
Interp Item box
Diffstat (limited to 'src/engine/Matrix.cpp')
-rw-r--r--src/engine/Matrix.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/Matrix.cpp b/src/engine/Matrix.cpp
index e46804ad5..0104de47c 100644
--- a/src/engine/Matrix.cpp
+++ b/src/engine/Matrix.cpp
@@ -14,7 +14,6 @@ void AddMatrix(std::vector<Mtx>& stack, Mat4 mtx, s32 flags) {
stack.emplace_back();
// Convert to a fixed-point matrix
- FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mtx, &stack.back());
guMtxF2L(mtx, &stack.back());
// Load the matrix