mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-25 23:45:06 -04:00
tag and fix item boxes
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user