summaryrefslogtreecommitdiff
path: root/src/wieldmesh.h
diff options
context:
space:
mode:
authorKahrl <kahrl@gmx.net>2014-11-26 15:17:17 +0100
committerKahrl <kahrl@gmx.net>2014-11-26 15:17:17 +0100
commitec5188a49a2ae5d69b8ab0df51ba1086b51e7891 (patch)
tree702a87dfa08a32ed5dfa6cc5f2e64432740b8923 /src/wieldmesh.h
parentdbae8a88545e52f4a7e84a18c760530388ad8c46 (diff)
downloadminetest-ec5188a49a2ae5d69b8ab0df51ba1086b51e7891.tar.gz
minetest-ec5188a49a2ae5d69b8ab0df51ba1086b51e7891.tar.bz2
minetest-ec5188a49a2ae5d69b8ab0df51ba1086b51e7891.zip
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).
Diffstat (limited to 'src/wieldmesh.h')
-rw-r--r--src/wieldmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wieldmesh.h b/src/wieldmesh.h
index 14bd85bca..3b39dbfac 100644
--- a/src/wieldmesh.h
+++ b/src/wieldmesh.h
@@ -64,6 +64,7 @@ private:
bool m_lighting;
bool m_enable_shaders;
+ bool m_anisotropic_filter;
bool m_bilinear_filter;
bool m_trilinear_filter;