Fixed: ReleaseDebug configuration not used anymore
This commit is contained in:
parent
8e54d7b25b
commit
3ac60ba7d8
1 changed files with 0 additions and 2 deletions
|
@ -147,8 +147,6 @@ void CClientConfigDialog::onClickPlay()
|
|||
|
||||
#ifdef Q_OS_WIN32
|
||||
started = QProcess::startDetached( "ryzom_client_r.exe" );
|
||||
if( !started )
|
||||
QProcess::startDetached( "ryzom_client_rd.exe" );
|
||||
if( !started )
|
||||
QProcess::startDetached( "ryzom_client_d.exe" );
|
||||
#elif defined(Q_OS_MAC)
|
||||
|
|
Loading…
Reference in a new issue