mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-07 20:34:28 +08:00
Fixed Mac crashes instantly on syntool segfault #4581
This commit is contained in:
@@ -255,6 +255,7 @@ App::runEventsLoop(void*)
|
||||
MinimalApp::MinimalApp() :
|
||||
App(NULL, NULL, new ArgsBase())
|
||||
{
|
||||
m_arch.init();
|
||||
setEvents(m_events);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user