aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/env_tonemap_controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/server/env_tonemap_controller.cpp')
-rw-r--r--mp/src/game/server/env_tonemap_controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/server/env_tonemap_controller.cpp b/mp/src/game/server/env_tonemap_controller.cpp
index 807e39ac..613d4548 100644
--- a/mp/src/game/server/env_tonemap_controller.cpp
+++ b/mp/src/game/server/env_tonemap_controller.cpp
@@ -169,7 +169,7 @@ void CEnvTonemapController::InputSetBloomScaleRange( inputdata_t &inputdata )
return;
}
m_flCustomBloomScale=bloom_max;
- m_flCustomBloomScale=bloom_min;
+ m_flCustomBloomScaleMinimum=bloom_min;
}
//-----------------------------------------------------------------------------