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:
hikerstk 2009-07-03 03:49:45 +00:00
parent 6b58198830
commit fbec6365c3

View File

@ -986,7 +986,7 @@ void Track::loadTrackModel()
const std::string name = node->getName();
// The track object was already converted before the loop
if(name=="track") continue;
if(name=="object")
if(name=="physical-object")
{
m_physical_objects.push_back(new PhysicalObject(node));
}