aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-08-08 18:48:10 +0000
committernathan <nathansmith@disroot.org>2025-08-08 18:48:10 +0000
commite5acfb329827802fe2259f91701dc8762c2573b6 (patch)
tree8d461b2d0e1864633341d066f783172790c62dc9 /src/entity.c
parent94ca30b13bffe1f02313b7fd32b2320e5c490fa5 (diff)
downloadFindThings-e5acfb329827802fe2259f91701dc8762c2573b6.tar.gz
FindThings-e5acfb329827802fe2259f91701dc8762c2573b6.tar.bz2
FindThings-e5acfb329827802fe2259f91701dc8762c2573b6.zip
Mesh instancing test working
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.c b/src/entity.c
index c63acf4..0fb784e 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -95,6 +95,8 @@ void updateEntity(Entity* entity, Game* game)
/* (Vector3){0.0, UTILITY_POLE_HEIGHT}), */
/* UTILITY_POLE_RADIUS, UTILITY_POLE_RADIUS, */
/* UTILITY_POLE_HEIGHT * 2.0, 6, BROWN); */
+ /* DrawModel(game->assets.models[UTILITY_POLE_MODEL], entity->position, 1.0, */
+ /* BROWN); */
break;
default:
break;