mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-09 01:14:24 +02:00
main: Restored lost call to SDL_SetMainReady() in Windows SDL_RunApp().
This commit is contained in:
@@ -95,6 +95,7 @@ int MINGW32_FORCEALIGN SDL_RunApp(int caller_argc, char *caller_argv[], SDL_main
|
||||
}
|
||||
argv[argc] = NULL;
|
||||
|
||||
SDL_SetMainReady();
|
||||
result = mainFunction(argc, argv);
|
||||
|
||||
cleanup:
|
||||
|
||||
Reference in New Issue
Block a user