aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h
index 41ca8c0..19fc9be 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -71,6 +71,7 @@ struct Entity {
EntityId id;
Vector3 position; // Shouldnt be changed directly.
BoundingBox box;
+ bool visable;
void* data;
};