From 3b3041dd4239821569233b185b0e8ae31e7840ab Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Fri, 7 Jan 2022 10:09:03 +0100 Subject: gitignore --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index c66cec0..975df9b 100644 --- a/main.c +++ b/main.c @@ -51,7 +51,6 @@ int main( int argc, char* args[] ) { window = SDL_CreateWindow("DESCRIPT", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, gs.resx, gs.resy, SDL_WINDOW_SHOWN | SDL_WINDOW_RESIZABLE); - screenSurface = SDL_GetWindowSurface(window); rend = SDL_CreateRenderer(window, -1, SDL_RENDERER_ACCELERATED); @@ -218,4 +217,4 @@ int main( int argc, char* args[] ) { gst_destroy(&gst); return 0; -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf