Change minimum shadowmap quality to 128.

This commit is contained in:
nashmuhandes 2017-08-31 09:46:52 +08:00 committed by Rachael Alexanderson
parent ea5cffdc81
commit 3ff1597640
2 changed files with 0 additions and 4 deletions

View File

@ -86,8 +86,6 @@ CUSTOM_CVAR(Int, gl_shadowmap_quality, 128, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
{
switch (self)
{
case 32:
case 64:
case 128:
case 256:
case 512:

View File

@ -2129,8 +2129,6 @@ OptionValue VRMode
OptionValue ShadowMapQuality
{
32, "32"
64, "64"
128, "128"
256, "256"
512, "512"