Remove debug print I forgot in previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8867 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -594,7 +594,7 @@ void Material::setMaterialProperties(video::SMaterial *m) const
|
||||
|
||||
void Material::adjustForFog(scene::ISceneNode* parent, video::SMaterial *m, bool use_fog) const
|
||||
{
|
||||
printf("<%s> Fog enable : %i\n", m_texname.c_str(), m_fog);
|
||||
//printf("<%s> Fog enable : %i\n", m_texname.c_str(), m_fog);
|
||||
m->setFlag(video::EMF_FOG_ENABLE, m_fog && use_fog);
|
||||
parent->setMaterialFlag(video::EMF_FOG_ENABLE, m_fog && use_fog);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user