mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 19:23:28 +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();
|
||||
} else {
|
||||
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 = "/";
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue