Skip to content

Commit

Permalink
Fixed animation info
Browse files Browse the repository at this point in the history
  • Loading branch information
johang88 committed Oct 11, 2021
1 parent d149754 commit 5afd321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/tools/Stride.Importer.Common/AnimationInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ namespace Stride.Importer.Common
public class AnimationInfo
{
public TimeSpan Duration;
public Dictionary<string, AnimationClip> AnimationClips;
public Dictionary<string, AnimationClip> AnimationClips = new Dictionary<string, AnimationClip>();
}
}

0 comments on commit 5afd321

Please sign in to comment.