Modify ifdef a bit, the Xcode project defines DEBUG=1, autotools only defines DEBUG with no value
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7975 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
edc8e3d5f6
commit
b30e770764
@ -1666,7 +1666,7 @@ void Kart::loadData(RaceManager::KartType type, Track* track, bool animatedModel
|
||||
m_node = m_kart_model->attachModel(animatedModel);
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
#ifdef DEBUG
|
||||
m_node->setName( (m_kart_properties->getIdent()+"(lod-node)").c_str() );
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user