aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-09-20 09:25:53 +0000
committernathan <nathansmith@disroot.org>2025-09-20 09:25:53 +0000
commit433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f (patch)
tree57d29fca4887b36118de4c719e8a3dc75cb1a663 /src/entity.c
parentc7b41bd1750807b366308a8eb41df3218efde1a7 (diff)
downloadFindThings-433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f.tar.gz
FindThings-433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f.tar.bz2
FindThings-433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f.zip
Samantha's spot
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 b7548be..18e44aa 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -66,7 +66,7 @@ Entity createEntity(EntityId id, Vector3 position)
void updateEntity(Entity* entity, Game* game)
{
- DrawBoundingBox(entity->box, RED);
+ //DrawBoundingBox(entity->box, RED);
switch (entity->id)
{