This commit is contained in:
adelikat 2019-06-15 13:27:10 -05:00
parent 694ba93ec1
commit 1bcf6394ed
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ namespace BizHawk.Client.Common
public void Clear()
{
// TODO: shouldn't _waslag get cleared too?
_wasLag.Clear();
_lagLog.Clear();
}

View File

@ -271,7 +271,7 @@ namespace BizHawk.Client.Common
private void ClearTasprojExtras()
{
_lagLog.Clear();
ClearLagLog();
_stateManager.ClearStateHistory();
Markers.Clear();
ChangeLog.ClearLog();