This commit is contained in:
adelikat 2020-01-18 15:52:01 -06:00
parent a08c0a394c
commit 41c4c8a951
1 changed files with 0 additions and 4 deletions

View File

@ -324,10 +324,6 @@ namespace BizHawk.Client.EmuHawk
{
offsetX = TasView.HorizontalOrientation ? 2 : 7;
text = index.ToString().PadLeft(CurrentTasMovie.InputLogLength.ToString().Length, '0');
if (_paintingMinFrame >= 0)
{
text += " " + _paintingMinFrame.ToString();
}
}
else
{