- fbx: bugfix node chain generation, was omitting some nodes.

pull/14/head
Alexander Gessler 2012-07-27 19:20:05 +02:00
parent 54be52ea28
commit 4aac334358
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ private:
// attach sub-nodes
ConvertNodes(model->ID(), *last_parent);
nodes.push_back(nodes_chain.back());
nodes.push_back(nodes_chain.front());
}
}