Apply shadow mapping performance counter patch from #923

dev-buzzingcars
krzys-h 2017-06-03 21:11:18 +02:00
parent a95f736cbe
commit 4faabf2185
1 changed files with 1 additions and 0 deletions

View File

@ -3738,6 +3738,7 @@ void CEngine::RenderShadowMap()
m_shadowMapping = false;
m_offscreenShadowRendering = false;
m_qualityShadows = false;
CProfiler::StopPerformanceCounter(PCNT_RENDER_SHADOW_MAP);
return;
}