Fix transparency

This commit is contained in:
Marianne Gagnon
2014-05-25 18:45:54 -04:00
parent 4cc59a56ce
commit 986563fdf8

View File

@@ -305,10 +305,6 @@ Material::Material(const XMLNode *node, int index, bool deprecated)
"Invalid graphical effect specification: '%s' - ignored.",
s.c_str());
}
else
{
m_shader_type = SHADERTYPE_SOLID;
}
bool use_normal_map = false;
node->get("use-normal-map", &use_normal_map);