Tastudio - oops, fix major bug in r8145

This commit is contained in:
adelikat 2014-11-02 14:25:06 +00:00
parent 38f6661cc1
commit 149a759a26
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace BizHawk.Client.Common
{
this.RemoveRange(frame - 1, this.Count - (frame - 1));
}
else
else if (frame == 0)
{
this.Clear();
}