mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 04:13:32 +02:00
Use correct URL for "serverless"
This commit is contained in:
parent
39d55a6612
commit
b0dee3a802
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ void TestRunner::runInterfaceWithTestScript() {
|
|||
QString url = QString("hifi://localhost");
|
||||
if (_runServerless->isChecked()) {
|
||||
// Move to an empty area
|
||||
url = "file:///~serverless/tutorial.json";////"/9999,9999,9999/0.0,0.0,0.0,1.0";
|
||||
url = "file:///~serverless/tutorial.json";
|
||||
} else {
|
||||
url = "hifi://localhost";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue