diff options
| author | Rasmus Ketelsen | 2017-08-09 10:11:36 +0200 |
|---|---|---|
| committer | Rasmus Ketelsen | 2017-08-09 10:11:36 +0200 |
| commit | 141aac48ffe30b1e27d60ab800e286bc56899b93 (patch) | |
| tree | 66e6c2b5ba7ae78dfd1d2f817e6873737007c9fb /scene/resources/environment.cpp | |
| parent | 1536cc438128fe4036fa7da5ec305513a781d3c8 (diff) | |
| download | godot-141aac48ffe30b1e27d60ab800e286bc56899b93.tar.gz godot-141aac48ffe30b1e27d60ab800e286bc56899b93.tar.zst godot-141aac48ffe30b1e27d60ab800e286bc56899b93.zip | |
Diffstat (limited to 'scene/resources/environment.cpp')
| -rw-r--r-- | scene/resources/environment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/environment.cpp b/scene/resources/environment.cpp index accced404..f2811bb87 100644 --- a/scene/resources/environment.cpp +++ b/scene/resources/environment.cpp @@ -1140,7 +1140,7 @@ Environment::Environment() { bg_energy = 1.0; bg_canvas_max_layer = 0; ambient_energy = 1.0; - ambient_sky_contribution = 0; + ambient_sky_contribution = 1.0; tone_mapper = TONE_MAPPER_LINEAR; tonemap_exposure = 1.0; |
