mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
Make bloom/exposure less aggressive
This commit is contained in:
parent
f7b6b1433c
commit
af699dcebc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue