- fbx: fix recursive node construction.
parent
89d5380c81
commit
0d2f04d50a
|
@ -157,6 +157,7 @@ private:
|
||||||
// XXX handle transformation
|
// XXX handle transformation
|
||||||
|
|
||||||
ConvertModel(*model, *nd);
|
ConvertModel(*model, *nd);
|
||||||
|
ConvertNodes(model->ID(), *nd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue