forked from organicmaps/organicmaps
comments according to review
This commit is contained in:
parent
86c8aeb272
commit
51bf7b5d3e
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ void QueuedRenderPolicy::DrawFrame(shared_ptr<PaintEvent> const & ev, ScreenBase
|
|||
|
||||
if (RenderQueuedCommands(num))
|
||||
{
|
||||
/// next DrawFrame should start from another pipeline
|
||||
m_CurrentPipeline = (num + 1) % m_PipelinesCount;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue