Skip to content

Commit

Permalink
Change default shadowmap quality to 512 at dpJudas's advice (https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes authored and Rachael Alexanderson committed Sep 10, 2017
1 parent 3ff1597 commit d80f963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gl/dynlights/gl_shadowmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ADD_STAT(shadowmap)
return out;
}

CUSTOM_CVAR(Int, gl_shadowmap_quality, 128, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CUSTOM_CVAR(Int, gl_shadowmap_quality, 512, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
{
switch (self)
{
Expand Down

0 comments on commit d80f963

Please sign in to comment.