There was a name clash with my new proeprty. Oops\!

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7318 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-01-06 23:39:41 +00:00
parent 332209fde8
commit e76aace67c

View File

@@ -79,7 +79,7 @@ Material::Material(const XMLNode *node, int index)
else
m_graphical_effect = GE_NONE;
node->get("alpha", &s);
node->get("compositing", &s);
if (s == "blend") m_alpha_blending = true;
else if (s == "test") m_alpha_testing = true;
else if (s == "additive") m_add = true;