aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index 658fb49..bd1c3c4 100644
--- a/src/world.c
+++ b/src/world.c
@@ -488,7 +488,7 @@ Seed generateWorldUtilityPoles(World* world, const Assets* assets, Seed seed,
assets->models[UTILITY_POLE_MODEL].materials[0].shader =
assets->shaders[INSTANCING_SHADER];
assets->models[UTILITY_POLE_MODEL].materials[0]
- .maps[MATERIAL_MAP_DIFFUSE].color = BLUE;
+ .maps[MATERIAL_MAP_DIFFUSE].color = BROWN;
for (int index = start; index < end; ++index)
{