summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorMegaMech <inkstudios1@hotmail.com>2025-05-16 22:08:10 -0600
committerMegaMech <inkstudios1@hotmail.com>2025-05-16 22:08:10 -0600
commit57a7a9a52d9a856efa11f0d999446bc39df4a713 (patch)
tree58f14b2e5875040c499e3e7a3019382eba5f4f4a /src/engine
parent1a810d74cc8531ce486bcb1c399cc6798fa1b51d (diff)
Revert "test"
This reverts commit 1a810d74cc8531ce486bcb1c399cc6798fa1b51d.
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/Matrix.cpp4
1 files changed, 1 insertions, 3 deletions
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<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