mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
drawd3d.cpp: fixed MT06623 (nw)
This commit is contained in:
parent
0335ff7676
commit
3242332a5c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user