1
0
mirror of synced 2024-12-01 02:27:22 +01:00

Fix the max frame value the timeline can go to.

This commit is contained in:
KillzXGaming 2019-06-03 20:08:46 -04:00
parent 8a22275cd5
commit e1431631ad
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -86,7 +86,7 @@ namespace Switch_Toolbox.Library.Forms
get { return lastFrame + 1; }
set
{
lastFrame = value - 1;
lastFrame = value;
if (value == 1)
{