removed plus accidentally put by isaac

This commit is contained in:
meowtech 2026-05-26 10:29:10 +00:00
parent 3fc7e4f355
commit b2043bce59

View file

@ -395,7 +395,7 @@ int main(int argc, char *argv[]){
Sound_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
STEAMSHIM_deinit();