tag karts

This commit is contained in:
Sonic Dreamcaster
2025-05-17 03:46:09 -03:00
parent 6d57a3c4de
commit 6c5249c5b1
4 changed files with 9 additions and 8 deletions
-1
View File
@@ -13,7 +13,6 @@ 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
FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mtx, &stack.back());
guMtxF2L(mtx, &stack.back());