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:
parent
eb49ef5f87
commit
b0b1a7c7a1
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user