summaryrefslogtreecommitdiff
path: root/src/engine/Matrix.cpp
diff options
context:
space:
mode:
authorMegaMech <inkstudios1@hotmail.com>2025-05-16 21:43:05 -0600
committerMegaMech <inkstudios1@hotmail.com>2025-05-16 21:43:05 -0600
commit1a810d74cc8531ce486bcb1c399cc6798fa1b51d (patch)
tree652b56552d51d9180ea2fbf5e7b36767a4a07ab8 /src/engine/Matrix.cpp
parent7473382f06ac450df41dc14fb46e528dc1d31f11 (diff)
test
Diffstat (limited to 'src/engine/Matrix.cpp')
-rw-r--r--src/engine/Matrix.cpp4
1 files changed, 3 insertions, 1 deletions
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<Mtx>& 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