Fix wrong commit
This commit is contained in:
parent
21680171a2
commit
85d13ae436
|
|
@ -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*>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue