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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user