summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c2.cpp b/c2.cpp
index d1aa36a..06c31c5 100644
--- a/c2.cpp
+++ b/c2.cpp
@@ -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;
}