mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:18:05 +02:00
Update tutorial error text to say 'Vive headset' instead of 'VR headset'
This commit is contained in:
parent
97fbdc7c20
commit
eb541e09f9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
sendStart();
|
sendStart();
|
||||||
} else {
|
} else {
|
||||||
print("TutorialStartZone | User tried to go to tutorial with HMD and hand controllers, sending back to /");
|
print("TutorialStartZone | User tried to go to tutorial with HMD and hand controllers, sending back to /");
|
||||||
Window.alert("To proceed with this tutorial, please connect your VR headset and hand controllers.");
|
Window.alert("To proceed with this tutorial, please connect your Vive headset and hand controllers.");
|
||||||
location = "/";
|
location = "/";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue