Apply shadow mapping performance counter patch from #923
parent
a95f736cbe
commit
4faabf2185
|
@ -3738,6 +3738,7 @@ void CEngine::RenderShadowMap()
|
|||
m_shadowMapping = false;
|
||||
m_offscreenShadowRendering = false;
|
||||
m_qualityShadows = false;
|
||||
CProfiler::StopPerformanceCounter(PCNT_RENDER_SHADOW_MAP);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue