diff --git a/src/main.cpp b/src/main.cpp index 4779490..b80bb42 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ int main(int argc, char** argv) { // more RAII std::unique_ptr window { - SDL_CreateWindow("tomato", 640, 480, SDL_WINDOW_RESIZABLE), + SDL_CreateWindow("tomato", 1280, 720, SDL_WINDOW_RESIZABLE), &SDL_DestroyWindow };