Merge pull request #882 from overte-org/fix/oculus_full_body

Add Oculus to fullbody-enabled headsets list
This commit is contained in:
HifiExperiments 2024-03-27 23:14:23 -07:00 committed by GitHub
commit 7500a74e2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }