Browse Source

Fix another bug

Panagiotis Christopoulos Charitos 2 years ago
parent
commit
aa9303fd1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AnKi/Renderer/ShadowMapping.cpp

+ 1 - 0
AnKi/Renderer/ShadowMapping.cpp

@@ -549,6 +549,7 @@ void ShadowMapping::processLights(RenderingContext& ctx)
 			work.m_viewMat = lightc->getSpotLightViewMatrix();
 			work.m_viewport = atlasViewport;
 			work.m_visOut = visOut;
+			work.m_clearTileIndirectArgs = clearTileIndirectArgs;
 		}
 		else
 		{