Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/base/StarCellularLighting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/base/StarCellularLighting.cpp')
-rw-r--r--source/base/StarCellularLighting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/base/StarCellularLighting.cpp b/source/base/StarCellularLighting.cpp
index cefd751..ebca0ad 100644
--- a/source/base/StarCellularLighting.cpp
+++ b/source/base/StarCellularLighting.cpp
@@ -154,7 +154,7 @@ void CellularLightingCalculator::calculate(Lightmap& output) {
output = Lightmap(arrayMax[0] - arrayMin[0], arrayMax[1] - arrayMin[1]);
- float brightnessLimit = m_config.getFloat("brightnessLimit", 1.5f);
+ float brightnessLimit = m_config.getFloat("brightnessLimit");
if (m_monochrome) {
for (size_t x = arrayMin[0]; x < arrayMax[0]; ++x) {