- default to fullscreen display.

This commit is contained in:
Christoph Oelckers 2018-07-28 10:05:16 +02:00
commit 3b53f31da3
15 changed files with 6 additions and 21 deletions

View file

@ -466,7 +466,6 @@ void OpenGLFrameBuffer::GetScreenshotBuffer(const uint8_t *&buffer, int &pitch,
buffer = ScreenshotBuffer;
// Screenshot should not use gamma correction if it was already applied to rendered image
EXTERN_CVAR(Bool, fullscreen);
gamma = 1 == vid_hwgamma || (2 == vid_hwgamma && !fullscreen) ? 1.0f : Gamma;
}