From 881732eb8d1a5746c0fbb82d0319b5132d01419f Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 16 May 2025 22:23:15 -0600 Subject: Interp Item box --- src/engine/Matrix.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/Matrix.cpp') 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& 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 -- cgit v1.2.3