summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorCraig Robbins <kde.psych@gmail.com>2015-05-11 02:03:09 +1000
committerCraig Robbins <kde.psych@gmail.com>2015-05-11 02:03:09 +1000
commit5a1975a4e38caa1385cfefac299ce17018172714 (patch)
treeba2f3e6080732c41bea895d850330deda78d5127 /minetest.conf.example
parent2b99d904f6b8197931954772b6466d8ee56cafc9 (diff)
downloadminetest-5a1975a4e38caa1385cfefac299ce17018172714.tar.gz
minetest-5a1975a4e38caa1385cfefac299ce17018172714.tar.bz2
minetest-5a1975a4e38caa1385cfefac299ce17018172714.zip
Change lower limit of display_gamma to 1.0 (linear light)
Now matches function comment
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 3d67afed5..4e3e97b95 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -116,7 +116,7 @@
# Disable for speed or for different looks.
#smooth_lighting = true
# Adjust the gamma encoding for the light tables. Valid values are in the range
-# 1.1 to 3.0 (inclusive); lower numbers are brighter. This setting is for the
+# 1.0 to 3.0 (inclusive); lower numbers are brighter. This setting is for the
# client only and is ignored by the server
#display_gamma = 1.8
# Path to texture directory. All textures are first searched from here.