parent
965cbe615c
commit
71e84537e6
|
@ -327,7 +327,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
int branchIndex = CurrentTasMovie.Branches.IndexOfFrame(index);
|
||||
if (branchIndex != -1)
|
||||
{
|
||||
text = branchIndex.ToString();
|
||||
text = (branchIndex + 1).ToString();
|
||||
}
|
||||
}
|
||||
else if (columnName == FrameColumnName)
|
||||
|
|
Loading…
Reference in New Issue