- fbx: fix recursive node construction.

This commit is contained in:
Alexander Gessler
2012-07-04 16:38:12 +02:00
parent 89d5380c81
commit 0d2f04d50a

View File

@@ -157,6 +157,7 @@ private:
// XXX handle transformation
ConvertModel(*model, *nd);
ConvertNodes(model->ID(), *nd);
}
}