summaryrefslogtreecommitdiff
path: root/src/engine/Matrix.cpp
diff options
context:
space:
mode:
authorMegaMech <inkstudios1@hotmail.com>2025-05-16 19:06:17 -0600
committerMegaMech <inkstudios1@hotmail.com>2025-05-16 19:06:17 -0600
commit3ec090171861605939ccba121969f274d8b0e939 (patch)
treeaab163a4719ec59113e875fb3a3b36cfa002a3bf /src/engine/Matrix.cpp
parent09fb8d84210e82030da89cd9a5793fb6402a971f (diff)
Interp Works
Diffstat (limited to 'src/engine/Matrix.cpp')
-rw-r--r--src/engine/Matrix.cpp3
1 files changed, 0 insertions, 3 deletions
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<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();