mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 14:56:17 +00:00
removed plus accidentally put by isaac
This commit is contained in:
parent
3fc7e4f355
commit
b2043bce59
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ int main(int argc, char *argv[]){
|
||||||
|
|
||||||
Sound_Quit();
|
Sound_Quit();
|
||||||
TTF_Quit();
|
TTF_Quit();
|
||||||
+ SDL_Quit(); // i got "Thread 1 received signal ?, Unknown signal" here on windows after closing game
|
SDL_Quit(); // i got "Thread 1 received signal ?, Unknown signal" here on windows after closing game
|
||||||
|
|
||||||
#ifdef STEAM
|
#ifdef STEAM
|
||||||
STEAMSHIM_deinit();
|
STEAMSHIM_deinit();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue