mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-31 01:06:41 +00:00
Merge branch 'openxr_vr' of https://gitlab.com/madsbuvi/openmw into openxr_vr
This commit is contained in:
commit
2e446c97bf
1 changed files with 1 additions and 1 deletions
|
@ -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 sLogAllXrCalls = false;
|
||||
static bool sContinueOnErrors = false;
|
||||
|
|
Loading…
Reference in a new issue