From 78a801e42daf53eca0fcc6e791b9eb49e850c207 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Thu, 19 Jul 2018 18:28:26 +0200 Subject: 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) --- builtin/settingtypes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'builtin/settingtypes.txt') 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. -- cgit v1.2.3