- fbx: fix recursive node construction.

pull/14/head
Alexander Gessler 2012-07-04 16:38:12 +02:00
parent 89d5380c81
commit 0d2f04d50a
1 changed files with 1 additions and 0 deletions

View File

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