Fixed another crash with focus pause
parent
cc973dab6f
commit
a583b5ed1d
|
@ -442,6 +442,7 @@ void CRobotMain::ChangePhase(Phase phase)
|
||||||
m_pause->FlushPause();
|
m_pause->FlushPause();
|
||||||
m_freePhotoPause = nullptr;
|
m_freePhotoPause = nullptr;
|
||||||
m_userPause = nullptr;
|
m_userPause = nullptr;
|
||||||
|
m_focusPause = nullptr;
|
||||||
FlushDisplayInfo();
|
FlushDisplayInfo();
|
||||||
m_engine->SetRankView(0);
|
m_engine->SetRankView(0);
|
||||||
m_terrain->FlushRelief();
|
m_terrain->FlushRelief();
|
||||||
|
|
Loading…
Reference in New Issue