From b4ba9eb4f1fe02d65945a263beb3185a617a414b Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 12 Sep 2023 14:31:09 -0400 Subject: load gltf files - no shaders yet --- src/ecs.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ecs.cpp') 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); } } -- cgit v1.2.3