mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 09:15:38 +00: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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue