Fixed possible crash with background pause

dev-time-step
krzys-h 2016-02-15 19:05:32 +01:00
parent 84e0220ea6
commit 831eca921b
1 changed files with 1 additions and 0 deletions

View File

@ -711,6 +711,7 @@ bool CRobotMain::ProcessEvent(Event &event)
if (m_focusPause != nullptr)
{
m_pause->DeactivatePause(m_focusPause);
m_focusPause = nullptr;
}
return false;
}