Added cvar to disable real time light drawing
This commit is contained in:
parent
118e5b1f6c
commit
9cf0af6b2b
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ void R_Init (void)
|
|||
Cvar_RegisterVariable (&gl_truform_tesselation);
|
||||
Cvar_RegisterVariable (&r_tangentscale);
|
||||
Cvar_RegisterVariable (&sh_delux);
|
||||
Cvar_RegisterVariable (&sh_rtlights);
|
||||
|
||||
R_InitParticleEffects();
|
||||
R_InitShaders();
|
||||
|
|
Loading…
Reference in a new issue