From 2c10bd3f4738130f49e29043c64390e89203e614 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Fri, 21 Dec 2018 17:10:11 -0500 Subject: [PATCH] call imgui shutdown functions --- src/hexgame.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/hexgame.cpp b/src/hexgame.cpp index 8c30069..363575f 100644 --- a/src/hexgame.cpp +++ b/src/hexgame.cpp @@ -266,9 +266,7 @@ processSDLEvents() bool cleanUp(SDL_Handles &handles) { -#if 0 - shutdownGooey(); -#endif + gooFree(); renFreeBuffers(g_render_state); // renderer.h for (SDL_Surface *surface : handles.texSurfaces) SDL_FreeSurface(surface);