fix a bug in TasLagLog, not sure how it was working
This commit is contained in:
parent
062ec8cb97
commit
6b249c648d
|
@ -54,7 +54,7 @@ namespace BizHawk.Client.Common
|
|||
var frames = _lagLog.Keys.Where(k => k > frame).ToList();
|
||||
foreach (var f in frames)
|
||||
{
|
||||
RemoveLagEntry(frame);
|
||||
RemoveLagEntry(f);
|
||||
}
|
||||
|
||||
return frames.Any();
|
||||
|
|
Loading…
Reference in New Issue