summaryrefslogtreecommitdiff
path: root/src/ecs.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-09-12 14:31:09 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-09-12 14:31:09 -0400
commitb4ba9eb4f1fe02d65945a263beb3185a617a414b (patch)
treebc53bafd81c989b555792171eb9c505f08984aff /src/ecs.cpp
parente6d5d4ff0dd3d3640860c23034955ff6db149827 (diff)
load gltf files - no shaders yet
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);
}
}