Skip to content

Commit

Permalink
Missed a file in the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileTheory committed Dec 18, 2012
1 parent 78b4a3b commit 98677b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/rend2/tr_bsp.c
Expand Up @@ -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;

Expand Down

0 comments on commit 98677b1

Please sign in to comment.