Browse Source

call imgui shutdown functions

master
cinnaboot 8 years ago
parent
commit
2c10bd3f47
  1. 4
      src/hexgame.cpp

4
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);

Loading…
Cancel
Save