From 1a810d74cc8531ce486bcb1c399cc6798fa1b51d Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 16 May 2025 21:43:05 -0600 Subject: test --- src/engine/Matrix.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/engine/Matrix.cpp') diff --git a/src/engine/Matrix.cpp b/src/engine/Matrix.cpp index e46804ad5..f79bc27bf 100644 --- a/src/engine/Matrix.cpp +++ b/src/engine/Matrix.cpp @@ -11,10 +11,12 @@ 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