cleanup
This commit is contained in:
parent
694ba93ec1
commit
1bcf6394ed
|
@ -45,7 +45,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
public void Clear()
|
||||
{
|
||||
// TODO: shouldn't _waslag get cleared too?
|
||||
_wasLag.Clear();
|
||||
_lagLog.Clear();
|
||||
}
|
||||
|
||||
|
|
|
@ -271,7 +271,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
private void ClearTasprojExtras()
|
||||
{
|
||||
_lagLog.Clear();
|
||||
ClearLagLog();
|
||||
_stateManager.ClearStateHistory();
|
||||
Markers.Clear();
|
||||
ChangeLog.ClearLog();
|
||||
|
|
Loading…
Reference in New Issue