summaryrefslogtreecommitdiffstatshomepage
path: root/ini/raster.ini
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-03-28 20:19:01 +0200
committer ImJezze <jezze@gmx.net>2016-03-28 20:19:01 +0200
commitfe9dfdbf991ead01d9ff63042532cc82440de7a5 (patch)
tree89a842c4573bf96a17965100daf5537b8cc9d073 /ini/raster.ini
parent839718373d2269d7f0e258d170595cd5c3740195 (diff)
Refactored Bloom
- reduced raster bloom level to 8 - extended vector bloom level to 15 - changed vector bloom to be less blocky - removed bloom_lvl9_weight and bloom_lvl10_weight options
Diffstat (limited to 'ini/raster.ini')
-rw-r--r--ini/raster.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/ini/raster.ini b/ini/raster.ini
index 03683cd5b35..7e589fe9cb2 100644
--- a/ini/raster.ini
+++ b/ini/raster.ini
@@ -53,9 +53,7 @@ bloom_lvl1_weight 0.64
bloom_lvl2_weight 0.32
bloom_lvl3_weight 0.16
bloom_lvl4_weight 0.08
-bloom_lvl5_weight 0.04
+bloom_lvl5_weight 0.06
bloom_lvl6_weight 0.04
bloom_lvl7_weight 0.02
-bloom_lvl8_weight 0.02
-bloom_lvl9_weight 0.01
-bloom_lvl10_weight 0.01
+bloom_lvl8_weight 0.01