diff options
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; |