]> git.lizzy.rs Git - minetest.git/commit
Improve undersampling settings
authorHugo Locurcio <hugo.locurcio@hugo.pro>
Tue, 17 Sep 2019 04:13:17 +0000 (06:13 +0200)
committerSmallJoker <mk939@ymail.com>
Tue, 17 Sep 2019 17:06:51 +0000 (19:06 +0200)
commit05a7da627959afef2198f2036f4144e3d8abfbda
treecee876c0abfcb919d314ac973ded26b62e6c54ec
parente0a85fae01287fb06c0d29fc309067d18286b100
Improve undersampling settings

The setting now accepts values between 1 and 8 in the
Advanced Settings menu.
Values 0 and 1 now behave the same way (setting it to 1 won't
disable MSAA anymore), so there's no need to expose 0 as a value.

This closes #8939.
builtin/settingtypes.txt
src/client/render/plain.cpp