Removed useless lines in draw_calls
This commit is contained in:
parent
0c85dd2e2e
commit
6be1e7a209
@ -487,12 +487,8 @@ void DrawCalls::prepareDrawCalls( ShadowMatrices& shadow_matrices,
|
||||
int enableOpenMP = 0;
|
||||
|
||||
if (CVS->supportsAsyncInstanceUpload())
|
||||
{
|
||||
enableOpenMP = 1;
|
||||
}
|
||||
|
||||
size_t SolidPoly = 0, ShadowPoly = 0, MiscPoly = 0;
|
||||
|
||||
PROFILER_PUSH_CPU_MARKER("- Draw Command upload", 0xFF, 0x0, 0xFF);
|
||||
|
||||
#pragma omp parallel sections if(enableOpenMP)
|
||||
|
Loading…
x
Reference in New Issue
Block a user