Made thoys happy by renaming a varible

This commit is contained in:
Fluffy Jenkins 2019-12-19 23:52:49 +00:00 committed by GitHub
parent 95c7998720
commit a9ce336f6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();