Skip to content
Snippets Groups Projects
Commit a658c1d1 authored by mkroehnert's avatar mkroehnert
Browse files

CollModel: fixup

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@556 042f3d55-54a8-47e9-b7fb-15903f145c44
parent fcce078a
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ std::string CollisionModel::toXML(const std::string &basePath, int tabs)
BaseIO::makeRelativePath(basePath, collisionFilename);
}*/
boost::filesystem::path fn(collisionFilename);
return toXML(basePath, fn.filename.string(),tabs);
return toXML(basePath, fn.filename().string(),tabs);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment