mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Missed a file in the previous commit.
This commit is contained in:
parent
78b4a3bb7a
commit
98677b1c72
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue