1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 03:15:32 +00:00

don't mark CheckXrResult as inline

On gcc it compiles in Debug mode, but fails to link in Release mode.
This commit is contained in:
Christoph Haag 2020-11-02 00:23:48 +01:00
parent 3158a2510e
commit 751807d777

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 sLogAllXrCalls = false;
static bool sContinueOnErrors = false;