Removed uneeded TODO in normal map code

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7803 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-03-04 01:17:17 +00:00
parent 970fb985d3
commit 362514998b

View File

@ -419,9 +419,8 @@ void Material::setMaterialProperties(video::SMaterial *m) const
}
if (m_normal_map)
{
// TODO: allow searching in per-track dir too...
m->setTexture(1, irr_driver->getTexture(m_normal_map_tex));
m->MaterialType = video::EMT_NORMAL_MAP_SOLID ;
m->MaterialType = video::EMT_NORMAL_MAP_SOLID; // video::EMT_PARALLAX_MAP_SOLID
modes++;
}