mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +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() {
|
||||
for (auto& inputPlugin : PluginManager::getInstance()->getInputPlugins()) {
|
||||
if (inputPlugin->getName() == "OpenVR") {
|
||||
if (inputPlugin->isHandController()) {
|
||||
return true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue