diff --git a/Switch_Toolbox_Library/Forms/Editors/TimeLine.cs b/Switch_Toolbox_Library/Forms/Editors/TimeLine.cs index ed997647..8814276f 100644 --- a/Switch_Toolbox_Library/Forms/Editors/TimeLine.cs +++ b/Switch_Toolbox_Library/Forms/Editors/TimeLine.cs @@ -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;