diff --git a/xormod.c b/xormod.c index 6e54f42..f1a631f 100644 --- a/xormod.c +++ b/xormod.c @@ -102,9 +102,6 @@ int main() { } } - SDL_SetRenderDrawColor(rend, 0, 0, 0, 255); - SDL_RenderFillRect(rend, &(SDL_FRect) { 0, 0, w, h}); - Field_scroll(&f); Field_draw(&f, rend);