mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2025-02-24 18:40:02 +00:00
Properly destroy SDL window (#34)
This commit is contained in:
parent
a3390819d1
commit
e6dfce21c9
@ -265,6 +265,8 @@ void windowManagerExit(void)
|
|||||||
textFontsExit();
|
textFontsExit();
|
||||||
_colorsClose();
|
_colorsClose();
|
||||||
|
|
||||||
|
SDL_DestroyWindow(gSdlWindow);
|
||||||
|
|
||||||
gWindowSystemInitialized = false;
|
gWindowSystemInitialized = false;
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user