This commit is contained in:
MegaMech
2025-05-16 23:35:21 -06:00
parent 1228f206e1
commit b551dd5f54
3 changed files with 58 additions and 9 deletions
+1
View File
@@ -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