Missing change

This commit is contained in:
Wojtek Figat
2024-06-19 15:45:45 +02:00
parent 9ec23559af
commit a6324c8f65

View File

@@ -370,10 +370,7 @@ void RenderInner(SceneRenderTask* task, RenderContext& renderContext, RenderCont
for (PostProcessEffect* e : renderContext.List->PostFx)
e->PreRender(context, renderContext);
}
// Prepare
renderContext.View.Prepare(renderContext);
renderContext.Buffers->Prepare();
// Build batch of render contexts (main view and shadow projections)
{