diff options
author | nathan <nathansmith@disroot.org> | 2025-08-08 18:48:10 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-08 18:48:10 +0000 |
commit | e5acfb329827802fe2259f91701dc8762c2573b6 (patch) | |
tree | 8d461b2d0e1864633341d066f783172790c62dc9 /src/entity.c | |
parent | 94ca30b13bffe1f02313b7fd32b2320e5c490fa5 (diff) | |
download | FindThings-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.c | 2 |
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; |