This commit is contained in:
Marianne Gagnon
2014-09-20 20:48:12 -04:00
2 changed files with 6 additions and 1 deletions

View File

@@ -696,7 +696,7 @@ void Material::setMaterialProperties(video::SMaterial *m, scene::IMeshBuffer* m
}
else
{
glossytex = getUnicolorTexture(SColor(0., 0., 0., 0.));
glossytex = getUnicolorTexture(SColor(0, 0, 0, 0));
}
switch (m_shader_type)
{