1
0
Fork 1
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:
David Cernat 2022-02-15 22:49:17 +02:00
parent 71bea5fc00
commit 3b40882ba3

View file

@ -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();
}