- fbx: re-enable FixNodeName(), forgot that a commit ago.

pull/14/head
Alexander Gessler 2012-07-27 17:58:34 +02:00
parent bb8e8c6673
commit 0d2cb96092
1 changed files with 0 additions and 1 deletions

View File

@ -1329,7 +1329,6 @@ private:
// across multiple calls to FixNodeName().
if(name.substr(0,7) == "Model::") {
std::string temp = name.substr(7);
return temp;
const NodeNameMap::const_iterator it = node_names.find(temp);
if (it != node_names.end()) {