@ -88,13 +88,7 @@ int main() {
}
SDL_RenderPresent(rend);
SDL_Event e;
while (SDL_PollEvent(&e)) {
if (e.type == SDL_EVENT_QUIT) {
running = 0;
SDL_PumpEvents();
SDL_DestroyRenderer(rend);