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:
parent
3158a2510e
commit
751807d777
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