diff --git a/src/content_cao.cpp b/src/content_cao.cpp index ece28434..7c769924 100644 --- a/src/content_cao.cpp +++ b/src/content_cao.cpp @@ -1308,8 +1308,8 @@ public: } // Set material flags and texture - m_animated_meshnode->setMaterialTexture(i, texture); video::SMaterial& material = m_animated_meshnode->getMaterial(i); + material.TextureLayer[0].Texture = texture; material.setFlag(video::EMF_LIGHTING, false); material.setFlag(video::EMF_BILINEAR_FILTER, false);