mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Merge pull request #882 from overte-org/fix/oculus_full_body
Add Oculus to fullbody-enabled headsets list
This commit is contained in:
commit
7500a74e2b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Item {
|
|||
width: parent.width
|
||||
|
||||
property string title: "Controls"
|
||||
property var openVRDevices: ["HTC Vive", "Valve Index", "Valve HMD", "Valve", "WindowsMR"]
|
||||
property var openVRDevices: ["HTC Vive", "Valve Index", "Valve HMD", "Valve", "WindowsMR", "Oculus"]
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
||||
|
|
Loading…
Reference in a new issue