mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- fix missing curly brace
This commit is contained in:
parent
92e419d65c
commit
51dfc82153
1 changed files with 2 additions and 1 deletions
|
@ -136,3 +136,4 @@ CUSTOM_CVAR(Int, gl_fuzztype, 0, CVAR_ARCHIVE)
|
|||
CUSTOM_CVAR(Int, gl_shadowmap_filter, 1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||
{
|
||||
if (self < 0 || self > 8) self = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue