Skip to content
Snippets Groups Projects
Commit 2113f984 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Removed exception so KF files could be read.

parent 4fd0e85c
No related branches found
No related tags found
No related merge requests found
...@@ -335,8 +335,6 @@ vector<NiObjectRef> ReadNifList( istream & in ) { ...@@ -335,8 +335,6 @@ vector<NiObjectRef> ReadNifList( istream & in ) {
NiAVObjectRef av_root = DynamicCast<NiAVObject>( FindRoot(blocks) ); NiAVObjectRef av_root = DynamicCast<NiAVObject>( FindRoot(blocks) );
if ( av_root != NULL ) { if ( av_root != NULL ) {
BuildUpBindPositions( av_root ); BuildUpBindPositions( av_root );
} else {
throw runtime_error("Root object is not a NiAVObject derived class.");
} }
//TODO: Evaluate this and see if it can be moved to NiTriBasedGeom::FixLinks() //TODO: Evaluate this and see if it can be moved to NiTriBasedGeom::FixLinks()
......
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