Make bloom/exposure less aggressive

This commit is contained in:
Magnus Norddahl 2016-09-18 19:31:09 +02:00 committed by Christoph Oelckers
parent f7b6b1433c
commit af699dcebc
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ CUSTOM_CVAR(Float, gl_bloom_amount, 1.4f, 0)
if (self < 0.1f) self = 0.1f;
}
CVAR(Float, gl_exposure_scale, 0.75f, 0)
CVAR(Float, gl_exposure_scale, 1.3f, 0)
CVAR(Float, gl_exposure_min, 0.35f, 0)
CVAR(Float, gl_exposure_base, 0.35f, 0)
CVAR(Float, gl_exposure_speed, 0.05f, 0)