forked from organicmaps/organicmaps
Fixed compilation issue
This commit is contained in:
parent
8de727b06b
commit
71b77fe35a
1 changed files with 1 additions and 1 deletions
|
@ -1532,7 +1532,7 @@ void FrontendRenderer::OnContextCreate()
|
|||
blendingParams.Apply();
|
||||
|
||||
#ifdef RENDER_DEBUG_RECTS
|
||||
dp::DebugRectRenderer::Instance().Init(make_ref(m_renderer.m_gpuProgramManager));
|
||||
dp::DebugRectRenderer::Instance().Init(make_ref(m_gpuProgramManager));
|
||||
#endif
|
||||
|
||||
// resources recovering
|
||||
|
|
Loading…
Add table
Reference in a new issue