From 3ec090171861605939ccba121969f274d8b0e939 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 16 May 2025 19:06:17 -0600 Subject: Interp Works --- src/engine/Matrix.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/engine/Matrix.cpp') diff --git a/src/engine/Matrix.cpp b/src/engine/Matrix.cpp index 44e5f081d..e46804ad5 100644 --- a/src/engine/Matrix.cpp +++ b/src/engine/Matrix.cpp @@ -10,9 +10,6 @@ extern "C" { } void AddMatrix(std::vector& 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(); -- cgit v1.2.3