forked from mirror/openmw-tes3mp
Not handling interpolation type should be an error, since it will fail reading the next record if it hasn't read the previous one completely.
This commit is contained in:
parent
94cdc1efd2
commit
254eba350e
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ struct KeyListT {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
nif->file->warn("Unhandled interpolation type: "+Ogre::StringConverter::toString(mInterpolationType));
|
nif->file->fail("Unhandled interpolation type: "+Ogre::StringConverter::toString(mInterpolationType));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
typedef KeyListT<float,&NIFStream::getFloat> FloatKeyList;
|
typedef KeyListT<float,&NIFStream::getFloat> FloatKeyList;
|
||||||
|
|
Loading…
Reference in a new issue