Prepare STK to accept additive lightmaps

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10273 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-11-29 02:48:37 +00:00
parent eb49ef5f87
commit b0b1a7c7a1

View File

@ -91,7 +91,7 @@ Material::Material(const XMLNode *node, int index)
node->get("transparency", &m_alpha_testing );
node->get("lightmap", &m_lightmap );
node->get("additive_lightmap",&m_additive_lightmap );
node->get("additive-lightmap",&m_additive_lightmap );
std::string s;
node->get("adjust-image", &s );