aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c8
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;