summaryrefslogtreecommitdiff
path: root/src/rend2/tr_bsp.c
diff options
context:
space:
mode:
authorJames Canete <use.less01@gmail.com>2012-12-18 06:21:47 +0000
committerTim Angus <tim@ngus.net>2013-01-12 21:26:43 +0000
commita9ef7b6bddb4d196b1339c086bb8daec829386b4 (patch)
tree4f6e6c2a259f436495aee85ad9c07803ba35a072 /src/rend2/tr_bsp.c
parent4e66dca0cbea0d081f584c9bb67cf21d3968cfcc (diff)
Missed a file in the previous commit.
Diffstat (limited to 'src/rend2/tr_bsp.c')
-rw-r--r--src/rend2/tr_bsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rend2/tr_bsp.c b/src/rend2/tr_bsp.c
index c21a3264..08e66c85 100644
--- a/src/rend2/tr_bsp.c
+++ b/src/rend2/tr_bsp.c
@@ -3295,9 +3295,9 @@ void RE_LoadWorldMap( const char *name ) {
tr.autoExposureMinMax[1] = 2.0f;
// set default tone mapping settings
- tr.toneMinAvgMaxLevel[0] = -3.25f;
- tr.toneMinAvgMaxLevel[1] = -1.0f;
- tr.toneMinAvgMaxLevel[2] = 1.0f;
+ tr.toneMinAvgMaxLevel[0] = -8.0f;
+ tr.toneMinAvgMaxLevel[1] = -2.0f;
+ tr.toneMinAvgMaxLevel[2] = 0.0f;
tr.worldMapLoaded = qtrue;