mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Change minimum shadowmap quality to 128.
This commit is contained in:
parent
ea5cffdc81
commit
3ff1597640
2 changed files with 0 additions and 4 deletions
|
@ -86,8 +86,6 @@ CUSTOM_CVAR(Int, gl_shadowmap_quality, 128, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||||
{
|
{
|
||||||
switch (self)
|
switch (self)
|
||||||
{
|
{
|
||||||
case 32:
|
|
||||||
case 64:
|
|
||||||
case 128:
|
case 128:
|
||||||
case 256:
|
case 256:
|
||||||
case 512:
|
case 512:
|
||||||
|
|
|
@ -2129,8 +2129,6 @@ OptionValue VRMode
|
||||||
|
|
||||||
OptionValue ShadowMapQuality
|
OptionValue ShadowMapQuality
|
||||||
{
|
{
|
||||||
32, "32"
|
|
||||||
64, "64"
|
|
||||||
128, "128"
|
128, "128"
|
||||||
256, "256"
|
256, "256"
|
||||||
512, "512"
|
512, "512"
|
||||||
|
|
Loading…
Reference in a new issue