mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-12 22:03:49 +00:00
Try setting USE_GAMMA_RAMPS to 1. For AAS
This commit is contained in:
parent
9eda6a4c7d
commit
2957b2fbab
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ cvar_t vid_gamma = {"gamma", "1", CVAR_ARCHIVE}; //johnfitz -- moved here from
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
#define USE_GAMMA_RAMPS 0
|
||||
#define USE_GAMMA_RAMPS 1
|
||||
|
||||
#if USE_GAMMA_RAMPS
|
||||
static unsigned short vid_gamma_red[256];
|
||||
|
|
Loading…
Reference in a new issue