diff --git a/MLEM/Animations/SpriteAnimationGroup.cs b/MLEM/Animations/SpriteAnimationGroup.cs index b817077..5c2629d 100644 --- a/MLEM/Animations/SpriteAnimationGroup.cs +++ b/MLEM/Animations/SpriteAnimationGroup.cs @@ -42,7 +42,7 @@ namespace MLEM.Animations { /// /// Returns the amount of entries that this sprite animation group has. /// - public int Count; + public int Count => this.animations.Count; /// /// Returns the at the given index. ///