mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Revert "Fix multiple texture support for animated meshnodes." (broke existing models)
This reverts commit 649dca4d16
.
This commit is contained in:
parent
7cb5217255
commit
bfa608b85e
1 changed files with 1 additions and 1 deletions
|
@ -1308,7 +1308,7 @@ public:
|
|||
}
|
||||
|
||||
// Set material flags and texture
|
||||
m_animated_meshnode->getMaterial(i).TextureLayer[0].Texture = texture;
|
||||
m_animated_meshnode->setMaterialTexture(i, texture);
|
||||
video::SMaterial& material = m_animated_meshnode->getMaterial(i);
|
||||
material.setFlag(video::EMF_LIGHTING, false);
|
||||
material.setFlag(video::EMF_BILINEAR_FILTER, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue