Fix missing particles in true color mode
This commit is contained in:
parent
351874be30
commit
42efc7334e
3 changed files with 12 additions and 2 deletions
|
|
@ -97,6 +97,11 @@ void DrawerCommandQueue::End()
|
|||
queue->threaded_render--;
|
||||
}
|
||||
|
||||
void DrawerCommandQueue::WaitForWorkers()
|
||||
{
|
||||
Instance()->Finish();
|
||||
}
|
||||
|
||||
void DrawerCommandQueue::Finish()
|
||||
{
|
||||
auto queue = Instance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue