mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
Capitalize "ENTER VR"
This commit is contained in:
parent
cce0ba9596
commit
22afb25d44
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||||
// Independent and Entity mode make people sick; disable them in hmd.
|
// Independent and Entity mode make people sick; disable them in hmd.
|
||||||
var desktopOnlyViews = ['Independent Mode', 'Entity Mode'];
|
var desktopOnlyViews = ['Independent Mode', 'Entity Mode'];
|
||||||
|
|
||||||
var switchToVR = "Enter VR";
|
var switchToVR = "ENTER VR";
|
||||||
var switchToDesktop = "Exit VR";
|
var switchToDesktop = "EXIT VR";
|
||||||
|
|
||||||
function onHmdChanged(isHmd) {
|
function onHmdChanged(isHmd) {
|
||||||
HMD.closeTablet();
|
HMD.closeTablet();
|
||||||
|
|
Loading…
Reference in a new issue