Cal [NSApp finishLaunching]. Fixes #182.
This commit is contained in:
parent
cc1942a929
commit
5de62d073f
|
@ -161,6 +161,8 @@ void uiMain(void)
|
|||
|
||||
void uiMainSteps(void)
|
||||
{
|
||||
// SDL does this and it seems to be necessary for the menubar to work (see #182)
|
||||
[realNSApp() finishLaunching];
|
||||
isRunning = ^{
|
||||
return stepsIsRunning;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue