diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-07 10:09:03 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-07 10:09:03 +0100 |
commit | 3b3041dd4239821569233b185b0e8ae31e7840ab (patch) | |
tree | 40e60738b690258cf9d2556164dd21684afee06c /main.c | |
parent | c9a9b74d8ef450cad34f6c250602f9222799ba31 (diff) |
gitignore
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 +} |