mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
Don't advertise an alpha channel in GraphicsContext::traits (Bug #2677)
This commit is contained in:
parent
cad18969e3
commit
9fc2c2e8ee
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ void OMW::Engine::createWindow(Settings::Manager& settings)
|
|||
traits->red = 8;
|
||||
traits->green = 8;
|
||||
traits->blue = 8;
|
||||
traits->alpha = 8;
|
||||
traits->alpha = 0; // set to 0 to stop ScreenCaptureHandler reading the alpha channel
|
||||
traits->depth = 24;
|
||||
traits->stencil = 8;
|
||||
traits->vsync = vsync;
|
||||
|
|
Loading…
Reference in a new issue