Skip to content

Commit

Permalink
- one more step closer to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Dec 7, 2020
1 parent 5a0c84d commit 67096c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/platform/win32/i_main.cpp
Expand Up @@ -1076,7 +1076,9 @@ void CALLBACK ExitFatally (ULONG_PTR dummy)
SetUnhandledExceptionFilter (ExitMessedUp);
I_ShutdownGraphics ();
RestoreConView ();
#ifndef _M_ARM64
DisplayCrashLog ();
#endif
exit(-1);
}

Expand Down

0 comments on commit 67096c8

Please sign in to comment.