mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fixes and improvements
This commit is contained in:
parent
7473e4cafd
commit
6f0d36c41a
11 changed files with 38 additions and 38 deletions
|
@ -50,7 +50,7 @@ static video::SMaterial baseMaterial()
|
|||
|
||||
static inline void disableTextureFiltering(video::SMaterial &mat)
|
||||
{
|
||||
mat.forEachTexture([] (video::SMaterialLayer &tex) {
|
||||
mat.forEachTexture([] (auto &tex) {
|
||||
tex.MinFilter = video::ETMINF_NEAREST_MIPMAP_NEAREST;
|
||||
tex.MagFilter = video::ETMAGF_NEAREST;
|
||||
tex.AnisotropicFilter = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue