Skip to content

Commit cdff2d8

Browse files
committed
Forgot to remove the comments. They're outdated.
1 parent 90dec4c commit cdff2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Layers/xrRenderPC_R4/r4_rendertarget.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,15 +671,15 @@ CRenderTarget::CRenderTarget()
671671

672672
if (ssao_hdao_ultra)
673673
{
674-
rt_ssao_temp.create(r2_RT_ssao_temp, w, h, D3DFMT_R16F, 1, true); // original line; changed and moved upper
674+
rt_ssao_temp.create(r2_RT_ssao_temp, w, h, D3DFMT_R16F, 1, true);
675675
s_hdao_cs.create(b_hdao_cs, "r2\\ssao");
676676
if (RImplementation.o.dx10_msaa)
677677
s_hdao_cs_msaa.create(b_hdao_msaa_cs, "r2\\ssao");
678678
}
679679

680680
else if (ssao_blur_on)
681681
{
682-
rt_ssao_temp.create(r2_RT_ssao_temp, w, h, D3DFMT_G16R16F, SampleCount); // moved upper
682+
rt_ssao_temp.create(r2_RT_ssao_temp, w, h, D3DFMT_G16R16F, SampleCount);
683683
s_ssao.create(b_ssao, "r2\\ssao");
684684

685685

0 commit comments

Comments
 (0)