Try again
This commit is contained in:
parent
c5e28dde5f
commit
c8fa10a791
@ -64,7 +64,7 @@ namespace Switch_Toolbox.Library.Forms
|
||||
|
||||
public int CurrentFrame
|
||||
{
|
||||
get => currentFrame;
|
||||
get { return currentFrame; }
|
||||
set
|
||||
{
|
||||
if (FollowCurrentFrame && !(Focused && MouseButtons == MouseButtons.Right))
|
||||
@ -85,7 +85,7 @@ namespace Switch_Toolbox.Library.Forms
|
||||
|
||||
public int FrameCount
|
||||
{
|
||||
get => lastFrame + 1;
|
||||
get { return lastFrame + 1; }
|
||||
set
|
||||
{
|
||||
lastFrame = value - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user