Skip to content

Commit

Permalink
xrCore: fix linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Jul 24, 2018
1 parent 75cc0c8 commit 663f9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/xrDebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ void _terminate()
string4096 assertionInfo;
xrDebug::GatherInfo(assertionInfo, DEBUG_INFO, nullptr, "Unexpected application termination");
xr_strcat(assertionInfo, "Press OK to abort execution\r\n");
ShowMessage("Fatal Error", assertionInfo);
xrDebug::ShowMessage("Fatal Error", assertionInfo);
exit(-1);
}
#endif // USE_BUG_TRAP
Expand Down

0 comments on commit 663f9c5

Please sign in to comment.