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)
This commit is contained in:
HybridDog 2018-07-19 18:28:26 +02:00 committed by Nils Dagsson Moskopp
parent f8d2210c59
commit 279c7eab3d
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 3 additions and 1 deletions

View File

@ -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.