mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-26 05:41:24 +00:00
fix gamma table
This commit is contained in:
parent
8b33b733a2
commit
5b00aecb8c
1 changed files with 1 additions and 1 deletions
|
@ -1720,7 +1720,7 @@ void V_Init (void)
|
|||
Cvar_RegisterVariable (&v_kickroll);
|
||||
Cvar_RegisterVariable (&v_kickpitch);
|
||||
|
||||
BuildGammaTable (5.0); // no gamma yet
|
||||
BuildGammaTable (1.0); // no gamma yet
|
||||
Cvar_RegisterVariable (&v_gamma);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue