diff options
author | Lars Mueller <appgurulars@gmx.de> | 2022-01-09 19:56:55 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-01-09 21:13:54 +0100 |
commit | b164e16d1be30220029729d63a1e621395ad00ad (patch) | |
tree | 0beed2e8e2212d11caeee5ea58f60f7da40642bb /minetest.conf.example | |
parent | 8fab406c28bc5a18137d2653356c10880c827613 (diff) | |
download | minetest-b164e16d1be30220029729d63a1e621395ad00ad.tar.gz minetest-b164e16d1be30220029729d63a1e621395ad00ad.tar.bz2 minetest-b164e16d1be30220029729d63a1e621395ad00ad.zip |
Copy smoothing note to gui_scaling_filter description
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
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 |