Browse Source

Increase ambient light

master
C. J. Howard 3 years ago
parent
commit
3103e4811d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/game/bootloader.cpp

+ 1
- 1
src/game/bootloader.cpp View File

@ -619,7 +619,7 @@ void setup_scenes(game_context* ctx)
// Setup lights
ctx->sun_indirect = new ambient_light();
ctx->sun_indirect->set_intensity(0.25f);
ctx->sun_indirect->set_intensity(0.5f);
ctx->sun_indirect->update_tweens();
ctx->sun_direct = new directional_light();

Loading…
Cancel
Save