mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +02:00
Revert change to make tutorial only work for Vive
This commit is contained in:
parent
9c6eae36a7
commit
a062e6ab9a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ bool PluginUtils::isHMDAvailable() {
|
||||||
|
|
||||||
bool PluginUtils::isHandControllerAvailable() {
|
bool PluginUtils::isHandControllerAvailable() {
|
||||||
for (auto& inputPlugin : PluginManager::getInstance()->getInputPlugins()) {
|
for (auto& inputPlugin : PluginManager::getInstance()->getInputPlugins()) {
|
||||||
if (inputPlugin->getName() == "OpenVR") {
|
if (inputPlugin->isHandController()) {
|
||||||
return true;
|
return true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue