1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 20:36:42 +00:00

Merge branch 'openxr_vr' of https://gitlab.com/madsbuvi/openmw into openxr_vr

This commit is contained in:
Mads Buvik Sandvei 2020-11-14 19:20:57 +01:00
commit 2e446c97bf

View file

@ -216,7 +216,7 @@ namespace MWVR
} }
} }
inline XrResult CheckXrResult(XrResult res, const char* originator, const char* sourceLocation) { XrResult CheckXrResult(XrResult res, const char* originator, const char* sourceLocation) {
static bool initialized = false; static bool initialized = false;
static bool sLogAllXrCalls = false; static bool sLogAllXrCalls = false;
static bool sContinueOnErrors = false; static bool sContinueOnErrors = false;