From 279c7eab3db08d88405bc317888387e36f6e90df Mon Sep 17 00:00:00 2001 From: HybridDog <3192173+HybridDog@users.noreply.github.com> Date: Thu, 19 Jul 2018 18:28:26 +0200 Subject: [PATCH] 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(-) diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 40c4e8b..9a62ae9 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.