Fixed Mac crashes instantly on syntool segfault #4581
This commit is contained in:
parent
932b0f0c55
commit
be1769e4a5
|
@ -255,6 +255,7 @@ App::runEventsLoop(void*)
|
|||
MinimalApp::MinimalApp() :
|
||||
App(NULL, NULL, new ArgsBase())
|
||||
{
|
||||
m_arch.init();
|
||||
setEvents(m_events);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue