diff --git a/SpriteLibrary/SpriteEntryForm.cs b/SpriteLibrary/SpriteEntryForm.cs index 48aa1b6..1b62100 100644 --- a/SpriteLibrary/SpriteEntryForm.cs +++ b/SpriteLibrary/SpriteEntryForm.cs @@ -128,7 +128,8 @@ namespace SpriteLibrary { cbAnimation.Items.Add(i.ToString()); } - lblAnimationNumber.Text = CurrentSIAnimation.ToString(); + //Update the animation number text + lblAnimationNumber.Text = CurrentSIAnimation.ToString() + " of " + (TempInformation.Animations.Count() -1); if (CurrentSIAnimation == 0) { rbFromImage.Checked = true;