Fix missing particles in true color mode

This commit is contained in:
Magnus Norddahl 2016-06-12 00:50:43 +02:00
commit 42efc7334e
3 changed files with 12 additions and 2 deletions

View file

@ -97,6 +97,11 @@ void DrawerCommandQueue::End()
queue->threaded_render--;
}
void DrawerCommandQueue::WaitForWorkers()
{
Instance()->Finish();
}
void DrawerCommandQueue::Finish()
{
auto queue = Instance();