From bd924c70c7c6e98b53c784f3b06f6b315741b8d0 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 24 Oct 2023 12:28:59 -0400 Subject: checkpoint - remove InstPos from CompInstance --- src/components.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components.hpp') diff --git a/src/components.hpp b/src/components.hpp index 3e7521f..f10dd63 100644 --- a/src/components.hpp +++ b/src/components.hpp @@ -65,7 +65,6 @@ struct CompInstance { GrBindsHandle grBindsHandle = GrBindsHandle_MAX; InstanceHandle instanceHandle = InstanceHandle_MAX; uint64_t index = ECS_UNSET_VAL; - InstPos instPos; struct { btVector3 localInertia; btCollisionShape *collisionShape; -- cgit v1.2.3