Tastudio - fix TasSession loading, fixes #2063
This commit is contained in:
parent
cb575d36b4
commit
196934bd56
|
@ -9,8 +9,8 @@
|
|||
|
||||
public class TasSession : ITasSession
|
||||
{
|
||||
public int CurrentFrame { get; private set; }
|
||||
public int CurrentBranch { get; private set; } = -1;
|
||||
public int CurrentFrame { get; set; }
|
||||
public int CurrentBranch { get; set; } = -1;
|
||||
|
||||
public void UpdateValues(int frame, int currentBranch)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue