Fixed freeze/crash when resetting the lag counter
This commit is contained in:
parent
7e905b89c5
commit
48c71526f2
1 changed files with 1 additions and 1 deletions
|
@ -1064,7 +1064,7 @@ void Console::ResetLagCounter()
|
|||
{
|
||||
Console::Pause();
|
||||
_controlManager->ResetLagCounter();
|
||||
Console::Reset();
|
||||
Console::Resume();
|
||||
}
|
||||
|
||||
bool Console::IsDebuggerAttached()
|
||||
|
|
Loading…
Add table
Reference in a new issue