mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
Changed: Don't check for D3D radio button under other OSes
This commit is contained in:
parent
d5e0997fb7
commit
d56ee6e9d5
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue