- fix missing curly brace

This commit is contained in:
Rachael Alexanderson 2018-10-03 09:39:32 -04:00
parent 92e419d65c
commit 51dfc82153
1 changed files with 2 additions and 1 deletions

View File

@ -135,4 +135,5 @@ 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;
if (self < 0 || self > 8) self = 1;
}