Don't read forward/backward values for Quaternion key lists

https://forum.openmw.org/viewtopic.php?f=8&t=3201&p=35867#p35867
openmw-38
scrawl 9 years ago
parent 8e9571d155
commit 462ef617ce

@ -138,6 +138,11 @@ private:
/*key.mBackwardValue = */(nif.*getValue)();
}
static void readQuadratic(NIFStream &nif, KeyT<osg::Quat> &key)
{
readValue(nif, key);
}
static void readTBC(NIFStream &nif, KeyT<T> &key)
{
readValue(nif, key);

Loading…
Cancel
Save