Interp Item box

This commit is contained in:
MegaMech
2025-05-16 22:23:15 -06:00
parent 57a7a9a52d
commit 881732eb8d
3 changed files with 9 additions and 3 deletions
-1
View File
@@ -14,7 +14,6 @@ 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