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