mirror of
https://github.com/overte-org/overte.git
synced 2025-06-26 19:50:11 +02:00
Made thoys happy by renaming a varible
This commit is contained in:
parent
95c7998720
commit
a9ce336f6c
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ QString getVrSettingString(const char* section, const char* setting) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isHMDConnected = false;
|
bool isHMDInErrorState = false;
|
||||||
|
|
||||||
vr::IVRSystem* acquireOpenVrSystem() {
|
vr::IVRSystem* acquireOpenVrSystem() {
|
||||||
bool hmdPresent = vr::VR_IsHmdPresent();
|
bool hmdPresent = vr::VR_IsHmdPresent();
|
||||||
|
|
Loading…
Reference in a new issue