mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 15:27:13 -04:00
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
@ -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…
x
Reference in New Issue
Block a user