mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 14:03:17 +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 currentSound = null;
|
||||
|
||||
var inOculusMode = Menu.isOptionChecked("EnableVRMode");
|
||||
var inOculusMode = Menu.isOptionChecked("Enable VR Mode");
|
||||
|
||||
function reticlePosition() {
|
||||
var RETICLE_DISTANCE = 1;
|
||||
|
|
Loading…
Reference in a new issue