Fixed position updating

dev-mp
krzys-h 2014-10-29 16:08:45 +01:00
parent d91569e165
commit 61e06149c6
1 changed files with 5 additions and 2 deletions

View File

@ -1416,6 +1416,11 @@ bool CRobotMain::ProcessEvent(Event &event)
m_interface->EventProcess(event);
if (m_displayInfo != nullptr) // current edition?
m_displayInfo->EventProcess(event);
if (m_phase == PHASE_SIMUL)
{
UpdateInfoText();
}
return EventFrame(event);
}
@ -1500,8 +1505,6 @@ bool CRobotMain::ProcessEvent(Event &event)
// Simulation phase of the game
if (m_phase == PHASE_SIMUL)
{
UpdateInfoText();
if (!m_editFull)
m_camera->EventProcess(event);