Skip to content

Commit ced80b9

Browse files
committed
xrRender_GL: allow shadow map size change from settings
1 parent 9341e45 commit ced80b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layers/xrRenderPC_GL/rgl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void CRender::create()
127127
m_MSAASample = -1;
128128

129129
// hardware
130-
o.smapsize = 2048;
130+
o.smapsize = ps_r2_smapsize;
131131
o.mrt = HW.Caps.raster.dwMRT_count >= 3;
132132
o.mrtmixdepth = HW.Caps.raster.b_MRT_mixdepth;
133133

0 commit comments

Comments
 (0)