This removes transparency=yes a xml property not used with the newest exporter

This commit is contained in:
jean 2021-02-07 19:07:33 +01:00
parent 6e3744157d
commit 279cfe2754

View File

@ -203,15 +203,6 @@ Material::Material(const XMLNode *node, bool deprecated)
m_shader_name = "alphablend";
}
b = false;
node->get("transparency", &b);
if (b)
{
m_shader_name = "alphatest";
}
//node->get("lightmap", &m_lightmap);
b = false;
node->get("alpha", &b);
if (b)