Remove debug code

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7347 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-01-10 01:22:11 +00:00
parent 22d05cdab0
commit 3efc2a189e

View File

@@ -49,12 +49,7 @@ Material::Material(const XMLNode *node, int index)
throw std::runtime_error("[Material] No texture name specified in file\n");
}
init(index);
if (m_texname == "smoke.png")
{
printf("breakpoint here\n");
}
bool b = false;
node->get("clampU", &b); if (b) m_clamp_tex |= UCLAMP;
b = false;