1
0
mirror of synced 2025-02-07 15:11:20 +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 public int CurrentFrame
{ {
get => currentFrame; get { return currentFrame; }
set set
{ {
if (FollowCurrentFrame) if (FollowCurrentFrame)
@ -55,7 +55,7 @@ namespace Switch_Toolbox.Library.Forms
public int FrameCount public int FrameCount
{ {
get => frameCount; get { return frameCount; }
set set
{ {
frameCount = value; frameCount = value;