fix TasStateManager clearing bug
This commit is contained in:
parent
399a8b5166
commit
a7bf968554
|
@ -507,7 +507,6 @@ namespace BizHawk.Client.Common
|
||||||
accessed.Clear();
|
accessed.Clear();
|
||||||
Used = 0;
|
Used = 0;
|
||||||
clearDiskStates();
|
clearDiskStates();
|
||||||
ndbdatabase.Clear();
|
|
||||||
}
|
}
|
||||||
public void ClearStateHistory()
|
public void ClearStateHistory()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue