aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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
+}