Changed: Don't check for D3D radio button under other OSes

hg/feature/sse2
kervala 11 years ago
parent f8179f68ad
commit 0b29d3993d

@ -103,8 +103,10 @@ void CDisplaySettingsWidget::save()
if( openglRadioButton->isChecked() )
s.config.setString( "Driver3D", std::string( "OpenGL" ) );
#ifdef Q_OS_WIN32
else if( direct3dRadioButton->isChecked() )
s.config.setString( "Driver3D", std::string( "Direct3D" ) );
#endif
else
s.config.setString( "Driver3D", std::string( "Auto" ) );

Loading…
Cancel
Save