|
|
|
@ -266,9 +266,7 @@ processSDLEvents() |
|
|
|
bool |
|
|
|
bool |
|
|
|
cleanUp(SDL_Handles &handles) |
|
|
|
cleanUp(SDL_Handles &handles) |
|
|
|
{ |
|
|
|
{ |
|
|
|
#if 0 |
|
|
|
gooFree(); |
|
|
|
shutdownGooey(); |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
renFreeBuffers(g_render_state); // renderer.h
|
|
|
|
renFreeBuffers(g_render_state); // renderer.h
|
|
|
|
for (SDL_Surface *surface : handles.texSurfaces) |
|
|
|
for (SDL_Surface *surface : handles.texSurfaces) |
|
|
|
SDL_FreeSurface(surface); |
|
|
|
SDL_FreeSurface(surface); |
|
|
|
|