1
0
mirror of synced 2025-01-31 12:23:52 +01:00

Try again

This commit is contained in:
KillzXGaming 2019-03-30 12:46:47 -04:00
parent 065fa8a020
commit 3f645003d9

View File

@ -21,7 +21,7 @@ namespace Switch_Toolbox.Library.Forms
public int CurrentFrame
{
get => currentFrame;
get { return currentFrame; }
set
{
if (FollowCurrentFrame)
@ -55,7 +55,7 @@ namespace Switch_Toolbox.Library.Forms
public int FrameCount
{
get => frameCount;
get { return frameCount; }
set
{
frameCount = value;