Merge pull request #3055 from akortunov/keyinit

Init animation key struct before usage
pull/593/head
Bret Curtis 4 years ago committed by GitHub
commit 68c1adec0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save