Enable lightmapped models by default, but keep CVar-gating as a debugging option
This commit is contained in:
parent
d42ebe9760
commit
ec9e5db3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ CCMD(surfaceinfo)
|
|||
|
||||
EXTERN_CVAR(Float, lm_scale);
|
||||
|
||||
CVAR(Bool, lm_models, false, 0);
|
||||
CVAR(Bool, lm_models, true, CVAR_NOSAVE); // CVar-gated for debugging convenience
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue