Skip to content

Commit

Permalink
xrRender_GL: allow shadow map size change from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jul 1, 2018
1 parent 9341e45 commit ced80b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRenderPC_GL/rgl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void CRender::create()
m_MSAASample = -1;

// hardware
o.smapsize = 2048;
o.smapsize = ps_r2_smapsize;
o.mrt = HW.Caps.raster.dwMRT_count >= 3;
o.mrtmixdepth = HW.Caps.raster.b_MRT_mixdepth;

Expand Down

0 comments on commit ced80b9

Please sign in to comment.