forked from mirror/openmw-tes3mp
Don't read forward/backward values for Quaternion key lists
https://forum.openmw.org/viewtopic.php?f=8&t=3201&p=35867#p35867
This commit is contained in:
parent
8e9571d155
commit
462ef617ce
1 changed files with 5 additions and 0 deletions
|
@ -138,6 +138,11 @@ private:
|
||||||
/*key.mBackwardValue = */(nif.*getValue)();
|
/*key.mBackwardValue = */(nif.*getValue)();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void readQuadratic(NIFStream &nif, KeyT<osg::Quat> &key)
|
||||||
|
{
|
||||||
|
readValue(nif, key);
|
||||||
|
}
|
||||||
|
|
||||||
static void readTBC(NIFStream &nif, KeyT<T> &key)
|
static void readTBC(NIFStream &nif, KeyT<T> &key)
|
||||||
{
|
{
|
||||||
readValue(nif, key);
|
readValue(nif, key);
|
||||||
|
|
Loading…
Reference in a new issue