mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-06-02 09:41:41 +00:00
Astyle
This commit is contained in:
parent
72091f73ca
commit
4daffd67c0
5 changed files with 12 additions and 12 deletions
|
@ -315,7 +315,7 @@ static void R_CheckCvars()
|
|||
}
|
||||
}
|
||||
|
||||
if (r_useHDR.IsModified() || r_useHalfLambertLighting.IsModified() )
|
||||
if( r_useHDR.IsModified() || r_useHalfLambertLighting.IsModified() )
|
||||
{
|
||||
r_useHDR.ClearModified();
|
||||
r_useHalfLambertLighting.ClearModified();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue