comments according to review

This commit is contained in:
rachytski 2012-02-03 14:03:14 +04:00 committed by Alex Zolotarev
parent 86c8aeb272
commit 51bf7b5d3e

View file

@ -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;
}