summaryrefslogtreecommitdiff
path: root/src/components.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-10-24 12:28:59 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-11-15 13:11:11 -0500
commitbd924c70c7c6e98b53c784f3b06f6b315741b8d0 (patch)
tree5577e24b644063918cd95e721acb00b49530aebc /src/components.hpp
parent52d7270ba0a532a759a87ee29043c136811b8736 (diff)
checkpoint - remove InstPos from CompInstance
Diffstat (limited to 'src/components.hpp')
-rw-r--r--src/components.hpp1
1 files changed, 0 insertions, 1 deletions
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;