summaryrefslogtreecommitdiff
path: root/src/engine/Matrix.cpp
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-05-17 03:46:09 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-05-17 03:46:09 -0300
commit6c5249c5b1c756a680176c1db1f8a8487ed469a8 (patch)
treefa7c3a1acbe5f6eb7738e1c5dda6d03310594678 /src/engine/Matrix.cpp
parent6d57a3c4de3aef9dee4958f6ff05658beb83fd21 (diff)
tag karts
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 13f768ec2..e46804ad5 100644
--- a/src/engine/Matrix.cpp
+++ b/src/engine/Matrix.cpp
@@ -13,7 +13,6 @@ void AddMatrix(std::vector<Mtx>& stack, Mat4 mtx, s32 flags) {
// Push a new matrix to the stack
stack.emplace_back();
- FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mtx, &stack.back());
// Convert to a fixed-point matrix
FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mtx, &stack.back());
guMtxF2L(mtx, &stack.back());