aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-09-20 20:27:00 +0000
committernathan <nathansmith@disroot.org>2025-09-20 20:27:00 +0000
commit96b7a7205751c76f74d6a5fecb3b5b2ff168b9cd (patch)
tree8ae031318cf8d7681ae452f876fc198f3f44e05e /src/entity.c
parent382c97573213414ebdfee30743ba516e4feb7602 (diff)
downloadFindThings-96b7a7205751c76f74d6a5fecb3b5b2ff168b9cd.tar.gz
FindThings-96b7a7205751c76f74d6a5fecb3b5b2ff168b9cd.tar.bz2
FindThings-96b7a7205751c76f74d6a5fecb3b5b2ff168b9cd.zip
Flat is flat
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.c b/src/entity.c
index bc6bb99..8de3eab 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -79,7 +79,7 @@ Entity createEntity(EntityId id, Vector3 position)
void updateEntity(Entity* entity, Game* game)
{
- DrawBoundingBox(entity->box, RED);
+ //DrawBoundingBox(entity->box, RED);
switch (entity->id)
{