Just call std::_Exit
We're not using at_quick_exit so no real point in calling quick_exit.
This commit is contained in:
parent
92544f380d
commit
6ce218f7a2
1 changed files with 0 additions and 4 deletions
|
@ -179,11 +179,7 @@ loading_screen::~loading_screen()
|
|||
* the window).
|
||||
*/
|
||||
if(worker_result_.valid()) {
|
||||
#if defined(_LIBCPP_VERSION) || defined(__MINGW32__)
|
||||
std::_Exit(0);
|
||||
#else
|
||||
std::quick_exit(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
singleton_ = nullptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue