Tastudio - oops, fix major bug in r8145
This commit is contained in:
parent
38f6661cc1
commit
149a759a26
|
@ -12,7 +12,7 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
this.RemoveRange(frame - 1, this.Count - (frame - 1));
|
||||
}
|
||||
else
|
||||
else if (frame == 0)
|
||||
{
|
||||
this.Clear();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue