mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Merge pull request #13153 from hyperlogic/bug-fix/vive-puck-calibration-fix-rc67
[RC67.1] Bug fix for Vive Tracker Calibration Settings
This commit is contained in:
commit
e1e68c0dfa
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ StackView {
|
||||||
source: InputConfiguration.configurationLayout(box.currentText);
|
source: InputConfiguration.configurationLayout(box.currentText);
|
||||||
onLoaded: {
|
onLoaded: {
|
||||||
if (loader.item.hasOwnProperty("pluginName")) {
|
if (loader.item.hasOwnProperty("pluginName")) {
|
||||||
if (box.currentText === "Vive") {
|
if (box.currentText === "HTC Vive") {
|
||||||
loader.item.pluginName = "OpenVR";
|
loader.item.pluginName = "OpenVR";
|
||||||
} else {
|
} else {
|
||||||
loader.item.pluginName = box.currentText;
|
loader.item.pluginName = box.currentText;
|
||||||
|
|
Loading…
Reference in a new issue