From 51bf7b5d3ef10029f4947cdd918f9d1535fa0d31 Mon Sep 17 00:00:00 2001 From: rachytski Date: Fri, 3 Feb 2012 14:03:14 +0400 Subject: [PATCH] comments according to review --- map/queued_render_policy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/map/queued_render_policy.cpp b/map/queued_render_policy.cpp index db1af08ed7..9131dc062b 100644 --- a/map/queued_render_policy.cpp +++ b/map/queued_render_policy.cpp @@ -59,6 +59,7 @@ void QueuedRenderPolicy::DrawFrame(shared_ptr const & ev, ScreenBase if (RenderQueuedCommands(num)) { + /// next DrawFrame should start from another pipeline m_CurrentPipeline = (num + 1) % m_PipelinesCount; break; }