diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2025-05-16 19:06:17 -0600 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2025-05-16 19:06:17 -0600 |
| commit | 3ec090171861605939ccba121969f274d8b0e939 (patch) | |
| tree | aab163a4719ec59113e875fb3a3b36cfa002a3bf /src/engine/Matrix.cpp | |
| parent | 09fb8d84210e82030da89cd9a5793fb6402a971f (diff) | |
Interp Works
Diffstat (limited to 'src/engine/Matrix.cpp')
| -rw-r--r-- | src/engine/Matrix.cpp | 3 |
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(); |
