tag and fix item boxes

This commit is contained in:
Sonic Dreamcaster
2025-05-17 03:07:04 -03:00
parent 1228f206e1
commit 8667da55b9
2 changed files with 17 additions and 15 deletions
+1
View File
@@ -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());