summaryrefslogtreecommitdiff
path: root/builtin/settingtypes.txt
diff options
context:
space:
mode:
authorHybridDog <ovvv@web.de>2018-07-19 18:28:26 +0200
committerSmallJoker <SmallJoker@users.noreply.github.com>2018-07-19 18:28:26 +0200
commit78a801e42daf53eca0fcc6e791b9eb49e850c207 (patch)
tree8109177cece4b5a7577416b366293859790650c3 /builtin/settingtypes.txt
parent4b36a39d37aa7abfdc531dbc1afbac16952a8fdd (diff)
downloadminetest-78a801e42daf53eca0fcc6e791b9eb49e850c207.tar.gz
minetest-78a801e42daf53eca0fcc6e791b9eb49e850c207.tar.bz2
minetest-78a801e42daf53eca0fcc6e791b9eb49e850c207.zip
Update mip mapping and textarea documentation (#7315)
* Fix textarea formspec documentation The label is shown and the background isn't * Document the missing gamma correction when generating mip maps * Remove duplicate text (such as size parameter descriptions)
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r--builtin/settingtypes.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 40c4e8b16..9a62ae964 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -424,7 +424,9 @@ enable_particles (Digging particles) bool true
[**Filtering]
-# Use mip mapping to scale textures. May slightly increase performance.
+# Use mip mapping to scale textures. May slightly increase performance,
+# especially when using a high resolution texture pack.
+# Gamma correct downscaling is not supported.
mip_map (Mipmapping) bool false
# Use anisotropic filtering when viewing at textures from an angle.