diff options
-rw-r--r-- | c2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -744,7 +744,7 @@ struct C2 : public App { { auto sun = world->create_entity(); auto [light] = world->add<Sun_Light>(sun); - light.colour = v3f(1.0f); + light.colour = v3f(1.0f, 0.95f, 0.80f); light.dir = v3f(0.57f, 0.57f, 0.57f); light.brightness = 1.0f; } |