mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-30 00:47:34 -04:00
Interp Works
This commit is contained in:
@@ -10,9 +10,6 @@ extern "C" {
|
||||
}
|
||||
|
||||
void AddMatrix(std::vector<Mtx>& stack, Mat4 mtx, s32 flags) {
|
||||
// Reserve space if needed to avoid reallocation overhead
|
||||
stack.reserve(1000);
|
||||
|
||||
// Push a new matrix to the stack
|
||||
stack.emplace_back();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user