From 33f3498acf8a53506e76b2befec07143e87aa95d Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Sat, 22 Dec 2012 00:49:07 +0000 Subject: [PATCH] IOQ3 commit 2391 --- reaction/code/rend2/tr_bsp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reaction/code/rend2/tr_bsp.c b/reaction/code/rend2/tr_bsp.c index c21a3264..08e66c85 100644 --- a/reaction/code/rend2/tr_bsp.c +++ b/reaction/code/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;