mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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;
|
||||
}
|
||||
|
||||
bool isHMDConnected = false;
|
||||
bool isHMDInErrorState = false;
|
||||
|
||||
vr::IVRSystem* acquireOpenVrSystem() {
|
||||
bool hmdPresent = vr::VR_IsHmdPresent();
|
||||
|
|
Loading…
Reference in a new issue