forked from organicmaps/organicmaps
bencmark code fix.
This commit is contained in:
parent
183a329027
commit
a50dac38bd
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ ThreadedList<shared_ptr<RenderQueueRoutine::Command > > & RenderQueue::RenderCom
|
|||
void RenderQueue::WaitForEmptyAndFinished()
|
||||
{
|
||||
threads::ConditionGuard g(m_emptyAndFinished);
|
||||
m_emptyAndFinished.Wait();
|
||||
if (m_activeCommands != 0)
|
||||
m_emptyAndFinished.Wait();
|
||||
}
|
||||
|
||||
void RenderQueue::FinishCommand()
|
||||
|
|
Loading…
Add table
Reference in a new issue