From: divverent Date: Thu, 5 Apr 2018 00:31:59 +0000 (+0000) Subject: Fix compile of vid_glx.c after the update on hwgamma. X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=45ba6dd4ce52ddd96c8706b335a7b15c57d457a3 Fix compile of vid_glx.c after the update on hwgamma. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12360 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/vid_glx.c b/vid_glx.c index fc8766d8..2fb52288 100644 --- a/vid_glx.c +++ b/vid_glx.c @@ -961,8 +961,7 @@ void VID_Finish (void) break; } - if (vid_x11_hardwaregammasupported) - VID_UpdateGamma(); + VID_UpdateGamma(); } void VID_Init(void)