forked from mia/Aegisub
Disable installing the assert handler until I find time to figure out how I can call the default handler which provides the popup / some handy debug tools.
Originally committed to SVN as r4787.
This commit is contained in:
parent
fd5c1ecffc
commit
d3fca38ee7
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ bool AegisubApp::OnInit() {
|
|||
#endif
|
||||
|
||||
// Install assertion handler
|
||||
wxSetAssertHandler(wxAssertHandler);
|
||||
// wxSetAssertHandler(wxAssertHandler);
|
||||
|
||||
// App name (yeah, this is a little weird to get rid of an odd warning)
|
||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||
|
|
Loading…
Reference in a new issue