Skip to content

Commit

Permalink
right fix
Browse files Browse the repository at this point in the history
LoneWandererProductions committed Nov 21, 2023
1 parent 612157b commit 8fff6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Imaging/ImageGif.cs
Original file line number Diff line number Diff line change
@@ -221,7 +221,7 @@ private void StartAnimation()
/// <summary>
/// Stops the animation
/// </summary>
internal void StopAnimation()
public void StopAnimation()
{
BeginAnimation(FrameIndexProperty, null);
}

0 comments on commit 8fff6b3

Please sign in to comment.