mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fixes and improvements
This commit is contained in:
parent
7473e4cafd
commit
6f0d36c41a
11 changed files with 38 additions and 38 deletions
|
@ -608,7 +608,7 @@ void Minimap::drawMinimap(core::rect<s32> rect) {
|
|||
matrix.makeIdentity();
|
||||
|
||||
video::SMaterial &material = m_meshbuffer->getMaterial();
|
||||
material.forEachTexture([] (video::SMaterialLayer &tex) {
|
||||
material.forEachTexture([] (auto &tex) {
|
||||
tex.MinFilter = video::ETMINF_LINEAR_MIPMAP_LINEAR;
|
||||
tex.MagFilter = video::ETMAGF_LINEAR;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue