summaryrefslogtreecommitdiff
path: root/src/ecs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecs.cpp')
-rw-r--r--src/ecs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ecs.cpp b/src/ecs.cpp
index 387b8b6..1fae912 100644
--- a/src/ecs.cpp
+++ b/src/ecs.cpp
@@ -143,8 +143,6 @@ void ECS_Tick(double delta) {
* pipeline layout, and descriptor set) are unloaded elsewhere, just,
* as they were created elsewhere.
*/
- DynArrayDestroy(&grBinds->vertexes);
- DynArrayDestroy(&grBinds->indexes);
DynArrayDestroy(&grBinds->instances);
}
}