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