diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-17 03:07:04 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-17 03:07:04 -0300 |
| commit | 8667da55b90a2884b24da41b4633ef80ff77763d (patch) | |
| tree | 6f5e51a95a8191f1836ca2c4e64739096777348d /src/engine/Matrix.cpp | |
| parent | 1228f206e17ebdadc14248afdbfcbee3ec5540bb (diff) | |
tag and fix item boxes
Diffstat (limited to 'src/engine/Matrix.cpp')
| -rw-r--r-- | src/engine/Matrix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Mtx>& 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()); |
