You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Removed Mac MainMenu.xib, the app and window menus are now generated dynamically.
[CL 2088627 by Michael Trepka in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
2c46c1957a
commit
e0b50589d2
@@ -19,16 +19,6 @@ static FString GSavedCommandLine;
|
||||
[NSApp terminate: self];
|
||||
}
|
||||
|
||||
- (IBAction)OnQuitRequest:(id)Sender
|
||||
{
|
||||
[NSApp terminate: self];
|
||||
}
|
||||
|
||||
- (IBAction)OnShowAboutWindow:(id)Sender
|
||||
{
|
||||
[NSApp orderFrontStandardAboutPanel: Sender];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
@@ -44,5 +34,9 @@ int main(int argc, char *argv[])
|
||||
GSavedCommandLine += Argument;
|
||||
}
|
||||
|
||||
return NSApplicationMain(argc, (const char **)argv);
|
||||
SCOPED_AUTORELEASE_POOL;
|
||||
[NSApplication sharedApplication];
|
||||
[NSApp setDelegate:[UE4AppDelegate new]];
|
||||
[NSApp run];
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user