mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 19:58:15 +02:00
Revert change to OpenVrDisplayPlugin::isSupported()
This commit is contained in:
parent
d218ca4960
commit
2faaf243a1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ static mat4 _sensorResetMat;
|
|||
static std::array<vr::Hmd_Eye, 2> VR_EYES { { vr::Eye_Left, vr::Eye_Right } };
|
||||
|
||||
bool OpenVrDisplayPlugin::isSupported() const {
|
||||
return /*!isOculusPresent() &&*/ vr::VR_IsHmdPresent();
|
||||
return !isOculusPresent() && vr::VR_IsHmdPresent();
|
||||
}
|
||||
|
||||
void OpenVrDisplayPlugin::internalActivate() {
|
||||
|
|
Loading…
Reference in a new issue