mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Merge branch 'master' of ssh://code.nikooneshot.ru:222/Sunshine/mkxp-sunshine
This commit is contained in:
commit
88755f941b
1 changed files with 3 additions and 0 deletions
|
|
@ -306,6 +306,8 @@ int main(int argc, char *argv[]){
|
|||
MIX_Quit();
|
||||
TTF_Quit();
|
||||
SDL_Quit();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* OSX and Windows have their own native ways of
|
||||
|
|
@ -329,6 +331,7 @@ int main(int argc, char *argv[]){
|
|||
MIX_Quit();
|
||||
TTF_Quit();
|
||||
SDL_Quit();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue