- added a vid_saturation control - works in postprocessing, only.
This commit is contained in:
parent
6a402c28d8
commit
63da6e70c0
6 changed files with 18 additions and 1 deletions
|
|
@ -73,6 +73,14 @@ CUSTOM_CVAR (Float, vid_contrast, 1.f, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
|||
}
|
||||
}
|
||||
|
||||
CUSTOM_CVAR (Float, vid_saturation, 1.f, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||
{
|
||||
if (screen != NULL)
|
||||
{
|
||||
screen->SetGamma(Gamma); //SetContrast (self);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Do some tinkering with the menus so that certain options only appear
|
||||
// when they are actually valid.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue