From b164e16d1be30220029729d63a1e621395ad00ad Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Sun, 9 Jan 2022 19:56:55 +0100 Subject: [PATCH] Copy smoothing note to gui_scaling_filter description --- minetest.conf.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/minetest.conf.example b/minetest.conf.example index 919c2d52c..0562971de 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1014,6 +1014,9 @@ # When gui_scaling_filter is true, all GUI images need to be # filtered in software, but some images are generated directly # to hardware (e.g. render-to-texture for nodes in inventory). +# This will smooth over some of the rough edges, and blend +# pixels when scaling down, at the cost of blurring some +# edge pixels when images are scaled by non-integer sizes. # type: bool # gui_scaling_filter = false