summaryrefslogtreecommitdiff
path: root/src/components.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2024-01-16 16:41:09 -0500
committerJonathan Bradley <jcb@pikum.xyz>2024-01-16 16:41:09 -0500
commit048ed03fd977331d87ed9db4bbada382a74015e4 (patch)
tree138fe811f91e321ab2b1ab0b944d504d963d9fb4 /src/components.hpp
parent68271dcae1eae2781ed414ce31eade2f766ca251 (diff)
dead code
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 f014c9e..60b4c8e 100644
--- a/src/components.hpp
+++ b/src/components.hpp
@@ -25,7 +25,6 @@ struct Entity_Base {
EntityHandle handle = EntityHandle_MAX;
EntityHandle parentHandle = EntityHandle_MAX;
bool isMarkedForRemoval = false;
- bool isReadyForTeardown = false;
};
struct BufferBindingDetails {