mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 09:36:43 +00:00
Merge branch 'madsbuvi-master-patch-13347' into 'master'
engine.cpp typos See merge request OpenMW/openmw!521
This commit is contained in:
commit
4fcf3b80b1
1 changed files with 2 additions and 2 deletions
|
@ -589,8 +589,8 @@ void OMW::Engine::createWindow(Settings::Manager& settings)
|
||||||
Log(Debug::Warning) << "Warning: Framebuffer only has a " << traits->green << " bit green channel.";
|
Log(Debug::Warning) << "Warning: Framebuffer only has a " << traits->green << " bit green channel.";
|
||||||
if (traits->blue < 8)
|
if (traits->blue < 8)
|
||||||
Log(Debug::Warning) << "Warning: Framebuffer only has a " << traits->blue << " bit blue channel.";
|
Log(Debug::Warning) << "Warning: Framebuffer only has a " << traits->blue << " bit blue channel.";
|
||||||
if (traits->depth < 8)
|
if (traits->depth < 24)
|
||||||
Log(Debug::Warning) << "Warning: Framebuffer only has " << traits->red << " bits of depth precision.";
|
Log(Debug::Warning) << "Warning: Framebuffer only has " << traits->depth << " bits of depth precision.";
|
||||||
|
|
||||||
traits->alpha = 0; // set to 0 to stop ScreenCaptureHandler reading the alpha channel
|
traits->alpha = 0; // set to 0 to stop ScreenCaptureHandler reading the alpha channel
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue