diff options
author | nathan <nathansmith@disroot.org> | 2025-08-06 12:43:37 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-06 12:43:37 +0000 |
commit | 94ca30b13bffe1f02313b7fd32b2320e5c490fa5 (patch) | |
tree | 5019ec84a0c39fd2e38a11d03672e2ccdef6020d /src/entity.c | |
parent | c5989ca9bcc1758f4d772d20b8bd4ae7762bc75e (diff) | |
download | FindThings-94ca30b13bffe1f02313b7fd32b2320e5c490fa5.tar.gz FindThings-94ca30b13bffe1f02313b7fd32b2320e5c490fa5.tar.bz2 FindThings-94ca30b13bffe1f02313b7fd32b2320e5c490fa5.zip |
UGGGGG
Diffstat (limited to 'src/entity.c')
-rw-r--r-- | src/entity.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/entity.c b/src/entity.c index f9f7989..c63acf4 100644 --- a/src/entity.c +++ b/src/entity.c @@ -91,10 +91,10 @@ void updateEntity(Entity* entity, Game* game) (Vector2){POND_SIZE * 2.5, POND_SIZE * 2.5}, BLUE); break; case UTILITY_POLE: - DrawCylinder(Vector3Subtract(entity->position, - (Vector3){0.0, UTILITY_POLE_HEIGHT}), - UTILITY_POLE_RADIUS, UTILITY_POLE_RADIUS, - UTILITY_POLE_HEIGHT * 2.0, 6, BROWN); + /* DrawCylinder(Vector3Subtract(entity->position, */ + /* (Vector3){0.0, UTILITY_POLE_HEIGHT}), */ + /* UTILITY_POLE_RADIUS, UTILITY_POLE_RADIUS, */ + /* UTILITY_POLE_HEIGHT * 2.0, 6, BROWN); */ break; default: break; |