Fix wrong commit

This commit is contained in:
SirLynix 2023-09-08 09:14:13 +02:00
parent 21680171a2
commit 85d13ae436
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ namespace Nz
lightData->shadowData->RegisterPassInputs(forwardPass); lightData->shadowData->RegisterPassInputs(forwardPass);
} }
viewerData.debugDrawPass->RegisterToFrameGraph(frameGraph, viewerData.forwardColorAttachment, viewerData.depthStencilAttachment, viewerData.debugColorAttachment); viewerData.debugDrawPass->RegisterToFrameGraph(frameGraph, viewerData.forwardColorAttachment, viewerData.debugColorAttachment);
} }
using ViewerPair = std::pair<const RenderTarget*, const ViewerData*>; using ViewerPair = std::pair<const RenderTarget*, const ViewerData*>;