mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-05 00:08:00 +03:00
Merge pull request #3055 from akortunov/keyinit
Init animation key struct before usage
This commit is contained in:
commit
68c1adec0f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ struct KeyMapT {
|
|||
|
||||
mInterpolationType = nif->getUInt();
|
||||
|
||||
KeyT<T> key;
|
||||
KeyType key = {};
|
||||
NIFStream &nifReference = *nif;
|
||||
|
||||
if (mInterpolationType == InterpolationType_Linear
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue