Removed useless lines in draw_calls

This commit is contained in:
Elderme 2016-01-29 22:14:15 +01:00
parent 0c85dd2e2e
commit 6be1e7a209

View File

@ -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)