Try again
This commit is contained in:
parent
065fa8a020
commit
3f645003d9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user