aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-07 10:09:03 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-07 10:09:03 +0100
commit3b3041dd4239821569233b185b0e8ae31e7840ab (patch)
tree40e60738b690258cf9d2556164dd21684afee06c /main.c
parentc9a9b74d8ef450cad34f6c250602f9222799ba31 (diff)
gitignore
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
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
+}