mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:17:01 +02:00
Fix the name searched for in isViveControllerAvailable
This commit is contained in:
parent
625c98820d
commit
413199459b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ bool isSubdeviceContainingNameAvailable(QString name) {
|
||||||
};
|
};
|
||||||
|
|
||||||
bool PluginUtils::isViveControllerAvailable() {
|
bool PluginUtils::isViveControllerAvailable() {
|
||||||
return isSubdeviceContainingNameAvailable("Vive");
|
return isSubdeviceContainingNameAvailable("OpenVR");
|
||||||
};
|
};
|
||||||
|
|
||||||
bool PluginUtils::isXboxControllerAvailable() {
|
bool PluginUtils::isXboxControllerAvailable() {
|
||||||
|
|
Loading…
Reference in a new issue