This commit is contained in:
DepressedTWM 2026-08-16 20:37:50 +04:00
parent ae2e123e79
commit c5b7f2684c

View file

@ -60,8 +60,6 @@ static int renderer_thread(void* data){
SDL_RenderPresent(ren); SDL_RenderPresent(ren);
SDL_Delay(16); SDL_Delay(16);
} }
SDL_RenderClear(ren);
SDL_RenderPresent(ren);
SDL_DestroyTexture(tex); SDL_DestroyTexture(tex);
SDL_DestroyRenderer(ren); SDL_DestroyRenderer(ren);
return(0); return(0);