mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
GL_CheckBrightness() is redundant, don't call it
This commit is contained in:
parent
4a80639556
commit
79bee4f773
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ VID_Init (unsigned char *palette)
|
|||
|
||||
GL_Init ();
|
||||
|
||||
GL_CheckBrightness (palette);
|
||||
VID_InitGamma (palette);
|
||||
VID_SetPalette (palette);
|
||||
|
||||
|
|
Loading…
Reference in a new issue