mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Merge pull request #3841 from birarda/master
fix oculus mode check for lobby
This commit is contained in:
commit
0a6ffe3dbd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ var elevatorSound = SoundCache.getSound(HIFI_PUBLIC_BUCKET + "sounds/Lobby/eleva
|
||||||
var currentMusakInjector = null;
|
var currentMusakInjector = null;
|
||||||
var currentSound = null;
|
var currentSound = null;
|
||||||
|
|
||||||
var inOculusMode = Menu.isOptionChecked("EnableVRMode");
|
var inOculusMode = Menu.isOptionChecked("Enable VR Mode");
|
||||||
|
|
||||||
function reticlePosition() {
|
function reticlePosition() {
|
||||||
var RETICLE_DISTANCE = 1;
|
var RETICLE_DISTANCE = 1;
|
||||||
|
|
Loading…
Reference in a new issue