Skip to content

Commit 663f9c5

Browse files
committed
xrCore: fix linux compilation
1 parent 75cc0c8 commit 663f9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/xrDebug.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ void _terminate()
757757
string4096 assertionInfo;
758758
xrDebug::GatherInfo(assertionInfo, DEBUG_INFO, nullptr, "Unexpected application termination");
759759
xr_strcat(assertionInfo, "Press OK to abort execution\r\n");
760-
ShowMessage("Fatal Error", assertionInfo);
760+
xrDebug::ShowMessage("Fatal Error", assertionInfo);
761761
exit(-1);
762762
}
763763
#endif // USE_BUG_TRAP

0 commit comments

Comments
 (0)