Fixed Mac crashes instantly on syntool segfault #4581

This commit is contained in:
XinyuHou 2015-05-06 16:36:49 +01:00
parent 932b0f0c55
commit be1769e4a5
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ App::runEventsLoop(void*)
MinimalApp::MinimalApp() :
App(NULL, NULL, new ArgsBase())
{
m_arch.init();
setEvents(m_events);
}