Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Oct 5, 2021
1 parent 9c859ce commit 268df89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RenderPasses/CSM/CSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ void CSM::renderScene(RenderContext* pCtx)

pCB->setBlob(&mCsmData, 0, sizeof(mCsmData));
mpLightCamera->setProjectionMatrix(mCsmData.globalMat);
mpScene->rasterize(pCtx, mShadowPass.pState.get(), mShadowPass.pVars.get(), mControls.depthClamp ? Scene::RenderFlags::UserRasterizerState : Scene::RenderFlags::None);
mpScene->rasterize(pCtx, mShadowPass.pState.get(), mShadowPass.pVars.get());
// mpCsmSceneRenderer->renderScene(pCtx, mShadowPass.pState.get(), mShadowPass.pVars.get(), mpLightCamera.get());
}

Expand Down

0 comments on commit 268df89

Please sign in to comment.