mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 09:15:25 +02:00
Merge pull request #11119 from highfidelity/anshuman64-entervr
Capitalize "ENTER VR"
This commit is contained in:
commit
95c28b2fa1
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.
|
||||
var desktopOnlyViews = ['Independent Mode', 'Entity Mode'];
|
||||
|
||||
var switchToVR = "Enter VR";
|
||||
var switchToDesktop = "Exit VR";
|
||||
var switchToVR = "ENTER VR";
|
||||
var switchToDesktop = "EXIT VR";
|
||||
|
||||
function onHmdChanged(isHmd) {
|
||||
HMD.closeTablet();
|
||||
|
|
Loading…
Reference in a new issue