forked from organicmaps/organicmaps
don't cancel ThreadedLists twice.
This commit is contained in:
parent
2f4015193b
commit
cec4667185
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ QueuedRenderPolicy::QueuedRenderPolicy(int pipelinesCount,
|
|||
|
||||
QueuedRenderPolicy::~QueuedRenderPolicy()
|
||||
{
|
||||
for (unsigned i = 0; i < m_PipelinesCount; ++i)
|
||||
CancelQueuedCommands(i);
|
||||
/* for (unsigned i = 0; i < m_PipelinesCount; ++i)
|
||||
CancelQueuedCommands(i);*/
|
||||
|
||||
delete [] m_Pipelines;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue