mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-05 22:49:41 +00:00
[VR Browser] Run VR executable instead of regular one
This commit is contained in:
parent
71bea5fc00
commit
3b40882ba3
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ void MainWindow::play()
|
|||
arguments.append(QLatin1String("--password=") + passw.toLatin1());
|
||||
}
|
||||
|
||||
if (mGameInvoker->startProcess(QLatin1String("tes3mp"), arguments, true))
|
||||
if (mGameInvoker->startProcess(QLatin1String("tes3mp_vr"), arguments, true))
|
||||
return qApp->quit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue