LuaVoxelManip: Add option to allocate blank data
[oweals/minetest.git] / src / clientmap.h
index 91f58a70c5dbd125e59efb92247437b1f5946bb4..492e23fa5e98d61c5066ffb831bc580090777c32 100644 (file)
@@ -154,6 +154,10 @@ private:
        std::map<v3s16, MapBlock*> m_drawlist;
        
        std::set<v2s16> m_last_drawn_sectors;
+
+       bool m_cache_trilinear_filter;
+       bool m_cache_bilinear_filter;
+       bool m_cache_anistropic_filter;
 };
 
 #endif