GZDoom Game Configuration: fixes to ZDRay things

This commit is contained in:
Nash Muhandes 2023-06-30 02:35:01 +08:00 committed by GitHub
parent d5f3eb2997
commit 4581c5fec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View file

@ -79,7 +79,6 @@ gzdoom_lights
{
lm_suncolor;
lm_sampledistance;
lm_gridsize;
}
}
}

View file

@ -747,14 +747,7 @@ universalfields
lm_sampledistance
{
type = 0;
default = 8;
thingtypespecific = true;
}
lm_gridsize
{
type = 1;
default = 32.0;
default = 16;
thingtypespecific = true;
}
}