summaryrefslogtreecommitdiff
path: root/src/components.hpp
diff options
context:
space:
mode:
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 {