From 8667da55b90a2884b24da41b4633ef80ff77763d Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sat, 17 May 2025 03:07:04 -0300 Subject: tag and fix item boxes --- src/engine/Matrix.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/Matrix.cpp') diff --git a/src/engine/Matrix.cpp b/src/engine/Matrix.cpp index 0104de47c..0c0ce260f 100644 --- a/src/engine/Matrix.cpp +++ b/src/engine/Matrix.cpp @@ -13,6 +13,7 @@ void AddMatrix(std::vector& 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 guMtxF2L(mtx, &stack.back()); -- cgit v1.2.3