Fix compiler warning.

This commit is contained in:
hiker 2014-09-21 10:44:15 +10:00
parent 7af5e5c50c
commit b3c2909053

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)
{