Run SDL_Quit before exiting
This commit is contained in:
parent
055266090a
commit
99e11f83b6
|
@ -1104,5 +1104,10 @@ int main(int argc, char** argv) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
e.everythingOK();
|
e.everythingOK();
|
||||||
|
|
||||||
|
#ifdef HAVE_SDL2
|
||||||
|
SDL_Quit();
|
||||||
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue