Skip to content

Commit

Permalink
xrCore: fix linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg authored and Xottab-DUTY committed Jul 24, 2018
1 parent 1cc41f2 commit 5c21a06
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 5c21a06

Please sign in to comment.