drawd3d.cpp: fixed MT06623 (nw)

This commit is contained in:
Ivan Vangelista 2018-01-05 13:26:37 +01:00 committed by GitHub
parent 0335ff7676
commit 3242332a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -762,7 +762,7 @@ void renderer_d3d9::update_presentation_parameters()
void renderer_d3d9::update_gamma_ramp()
{
if (m_gamma_supported)
if (!m_gamma_supported)
{
return;
}