mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 07:57:51 +00:00
Removed explicit set of activation policy for application
Bundle is used anyway but this method requires 10.6 or higher
This commit is contained in:
parent
06764c6aae
commit
cc8d8928ae
1 changed files with 0 additions and 4 deletions
|
@ -2108,10 +2108,6 @@ int main(int argc, char** argv)
|
||||||
|
|
||||||
[NSApplication sharedApplication];
|
[NSApplication sharedApplication];
|
||||||
|
|
||||||
// The following line isn't mandatory
|
|
||||||
// but it enables to run without application bundle
|
|
||||||
[NSApp setActivationPolicy:NSApplicationActivationPolicyRegular];
|
|
||||||
|
|
||||||
CreateMenu();
|
CreateMenu();
|
||||||
|
|
||||||
appCtrl = [ApplicationController new];
|
appCtrl = [ApplicationController new];
|
||||||
|
|
Loading…
Reference in a new issue