mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-16 07:52:24 +00:00
Minor SDLMain.m correction
This commit is contained in:
parent
7162fd4029
commit
37dd875795
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ int main (int argc, char **argv)
|
|||
}
|
||||
|
||||
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
||||
SDLApplication *app = [SDLApplication sharedApplication];
|
||||
NSApplication *app = [SDLApplication sharedApplication];
|
||||
SDLMain *delegate = [[SDLMain alloc] init];
|
||||
|
||||
[app setDelegate: delegate];
|
||||
|
|
Loading…
Reference in a new issue