mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Wieldmesh: don't force anisotropic filtering on, instead disable mipmaps
This should fix #1844. Thanks to oleastre for making the first version of this commit (#1848).
This commit is contained in:
parent
dbae8a8854
commit
ec5188a49a
2 changed files with 6 additions and 2 deletions
|
@ -64,6 +64,7 @@ private:
|
|||
bool m_lighting;
|
||||
|
||||
bool m_enable_shaders;
|
||||
bool m_anisotropic_filter;
|
||||
bool m_bilinear_filter;
|
||||
bool m_trilinear_filter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue