Fixed freeze/crash when resetting the lag counter

This commit is contained in:
Sour 2018-08-01 20:18:10 -04:00
parent 7e905b89c5
commit 48c71526f2

View file

@ -1064,7 +1064,7 @@ void Console::ResetLagCounter()
{
Console::Pause();
_controlManager->ResetLagCounter();
Console::Reset();
Console::Resume();
}
bool Console::IsDebuggerAttached()