forked from organicmaps/organicmaps
Warning fix in drape.
This commit is contained in:
parent
2f9ed24c04
commit
6a29a58f39
1 changed files with 1 additions and 2 deletions
|
@ -2108,9 +2108,8 @@ void FrontendRenderer::Routine::Do()
|
|||
|
||||
m_renderer.OnContextCreate();
|
||||
|
||||
auto & scaleFpsHelper = gui::DrapeGui::Instance().GetScaleFpsHelper();
|
||||
#ifdef DEBUG
|
||||
scaleFpsHelper.SetVisible(true);
|
||||
gui::DrapeGui::Instance().GetScaleFpsHelper().SetVisible(true);
|
||||
#endif
|
||||
|
||||
m_renderer.ScheduleOverlayCollecting();
|
||||
|
|
Loading…
Add table
Reference in a new issue