diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2025-05-16 23:35:21 -0600 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2025-05-16 23:35:21 -0600 |
| commit | b551dd5f5466db60b226f83f9a6dc41ce29a4a2e (patch) | |
| tree | ebb03eba1117f88b7ae3a5b4e838295adc305af8 /src/engine/Matrix.cpp | |
| parent | 1228f206e17ebdadc14248afdbfcbee3ec5540bb (diff) | |
Test 2
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..e46804ad5 100644 --- a/src/engine/Matrix.cpp +++ b/src/engine/Matrix.cpp @@ -14,6 +14,7 @@ void AddMatrix(std::vector<Mtx>& stack, Mat4 mtx, s32 flags) { stack.emplace_back(); // Convert to a fixed-point matrix + FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mtx, &stack.back()); guMtxF2L(mtx, &stack.back()); // Load the matrix |
