mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Init animation key struct before usage
This commit is contained in:
parent
49ec7c2053
commit
a22f6b24d5
@ -77,7 +77,7 @@ struct KeyMapT {
|
||||
|
||||
mInterpolationType = nif->getUInt();
|
||||
|
||||
KeyT<T> key;
|
||||
KeyType key = {};
|
||||
NIFStream &nifReference = *nif;
|
||||
|
||||
if (mInterpolationType == InterpolationType_Linear
|
||||
|
Loading…
Reference in New Issue
Block a user