Skip to content
Snippets Groups Projects
Commit 51b552ff authored by Amorilia's avatar Amorilia
Browse files

FixLinks fixed.

parent ecf438e1
No related branches found
No related tags found
No related merge requests found
......@@ -320,12 +320,12 @@ vector<NiObjectRef> ReadNifList( istream & in ) {
//cout << "Fixing Links:" << endl;
////--Now that all blocks are read, go back and fix the links--//
//for (uint i = 0; i < blocks.size(); ++i) {
//
// cout << blocks[i]->GetType().GetTypeName() << endl;
// //Fix links & other pre-processing
// blocks[i]->FixLinks( blocks, link_stack, version );
//}
for (uint i = 0; i < blocks.size(); ++i) {
cout << blocks[i]->GetType().GetTypeName() << endl;
//Fix links & other pre-processing
blocks[i]->FixLinks( blocks, link_stack, version );
}
////Build up the bind pose matricies into their world-space equivalents
//NiAVObjectRef av_root = DynamicCast<NiAVObject>( FindRoot(blocks) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment