Added support for exporting physical objects.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3690 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
6b58198830
commit
fbec6365c3
@ -986,7 +986,7 @@ void Track::loadTrackModel()
|
|||||||
const std::string name = node->getName();
|
const std::string name = node->getName();
|
||||||
// The track object was already converted before the loop
|
// The track object was already converted before the loop
|
||||||
if(name=="track") continue;
|
if(name=="track") continue;
|
||||||
if(name=="object")
|
if(name=="physical-object")
|
||||||
{
|
{
|
||||||
m_physical_objects.push_back(new PhysicalObject(node));
|
m_physical_objects.push_back(new PhysicalObject(node));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user