Init animation key struct before usage

pull/593/head
Andrei Kortunov 4 years ago
parent 49ec7c2053
commit a22f6b24d5

@ -77,7 +77,7 @@ struct KeyMapT {
mInterpolationType = nif->getUInt(); mInterpolationType = nif->getUInt();
KeyT<T> key; KeyType key = {};
NIFStream &nifReference = *nif; NIFStream &nifReference = *nif;
if (mInterpolationType == InterpolationType_Linear if (mInterpolationType == InterpolationType_Linear

Loading…
Cancel
Save