aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-07-25 08:48:04 +0000
committernathan <nathansmith@disroot.org>2025-07-25 08:48:04 +0000
commit3cfd7f13a0943f7117dd063a8f016f5d61f75e63 (patch)
tree27668ec3cdb1ec5617c80110175be68a6991e9f6
parentc65787ebfc5f0701bb4366ef22cddc8af2d243ee (diff)
downloadFindThings-3cfd7f13a0943f7117dd063a8f016f5d61f75e63.tar.gz
FindThings-3cfd7f13a0943f7117dd063a8f016f5d61f75e63.tar.bz2
FindThings-3cfd7f13a0943f7117dd063a8f016f5d61f75e63.zip
Sleepy timeee
-rw-r--r--src/entity.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.c b/src/entity.c
index 25136c2..23844bf 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -30,6 +30,8 @@ Entity createEntity(EntityId id, Vector3 position)
}
break;
+ default:
+ break;
}
setEntityPosition(&entity, position);