From 57a7a9a52d9a856efa11f0d999446bc39df4a713 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 16 May 2025 22:08:10 -0600 Subject: Revert "test" This reverts commit 1a810d74cc8531ce486bcb1c399cc6798fa1b51d. --- src/engine/Matrix.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/engine/Matrix.cpp') diff --git a/src/engine/Matrix.cpp b/src/engine/Matrix.cpp index f79bc27bf..e46804ad5 100644 --- a/src/engine/Matrix.cpp +++ b/src/engine/Matrix.cpp @@ -11,12 +11,10 @@ extern "C" { void AddMatrix(std::vector& stack, Mat4 mtx, s32 flags) { // Push a new matrix to the stack - -//FrameInterpolation_RecordMatrixPush((Mat4*) &mtx); - 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