- fbx: bugfix Model -> Cluster connections.

pull/14/head
Alexander Gessler 2012-07-26 22:58:48 +02:00
parent 3e3eb6fb7c
commit d194c83ed8
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ Cluster::Cluster(uint64_t id, const Element& element, const Document& doc, const
}
// read assigned node
const std::vector<const Connection*>& conns = doc.GetConnectionsByDestinationSequenced(ID(),"Deformer");
const std::vector<const Connection*>& conns = doc.GetConnectionsByDestinationSequenced(ID(),"Model");
BOOST_FOREACH(const Connection* con, conns) {
const Model* const mod = ProcessSimpleConnection<Model>(*con, false, "Model -> Cluster", element);
if(mod) {