TasMovie - private setter for a variable

This commit is contained in:
adelikat 2020-01-18 17:30:40 -06:00
parent 3414cc1d33
commit 10e2f24210
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace BizHawk.Client.Common
public new const string Extension = "tasproj";
public const string DefaultProjectName = "default";
public string NewBranchText { get; set; } = "";
public int LastEditedFrame { get; set; } = -1;
public int LastEditedFrame { get; private set; } = -1;
public bool LastPositionStable { get; set; } = true;
public TasMovieMarkerList Markers { get; private set; }
public bool BindMarkersToInput { get; set; }