diff options
author | Thomas--S <Thomas--S@users.noreply.github.com> | 2017-01-02 22:42:50 +0100 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2017-01-02 21:42:50 +0000 |
commit | 6718a95103b2a6c308da121a1340dfdcad2e069d (patch) | |
tree | 50abfffb65f9b4d16a6c23d1e0952988eb682815 /minetest.conf.example | |
parent | a07b032245bef76a7695e139a9daca7cb646a73d (diff) | |
download | minetest-6718a95103b2a6c308da121a1340dfdcad2e069d.tar.gz minetest-6718a95103b2a6c308da121a1340dfdcad2e069d.tar.bz2 minetest-6718a95103b2a6c308da121a1340dfdcad2e069d.zip |
Fix display gamma documentation
Overlooked in #4873
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 262f95115..bf70f5e51 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -505,7 +505,7 @@ # type: int min: 15 max: 160 # zoom_fov = 15 -# Adjust the gamma encoding for the light tables. Lower numbers are brighter. +# Adjust the gamma encoding for the light tables. Higher numbers are brighter. # This setting is for the client only and is ignored by the server. # type: float min: 1 max: 3 # display_gamma = 2.2 |