Fixed compilation

This commit is contained in:
r.kuznetsov 2018-09-12 15:21:50 +03:00 committed by Daria Volvenkova
parent aa9296c626
commit cd0f050222

View file

@ -409,7 +409,7 @@ void PostprocessRenderer::OnChangedRouteFollowingMode(bool isRouteFollowingActiv
m_isRouteFollowingActive = isRouteFollowingActive;
if (m_width != 0 && m_height != 0)
UpdateFramebuffers(context, m_width, m_height);
UpdateFramebuffers(m_width, m_height);
}
StencilWriterGuard::StencilWriterGuard(ref_ptr<PostprocessRenderer> renderer, ref_ptr<dp::GraphicsContext> context)