Interp Works

This commit is contained in:
MegaMech
2025-05-16 19:06:17 -06:00
parent 09fb8d8421
commit 3ec0901718
8 changed files with 31 additions and 21 deletions
-3
View File
@@ -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();