From d5298f1b0934a725fcf88698f522733da09695f3 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 26 Oct 2020 23:20:45 +0100 Subject: [PATCH] changed window size to 1600x900 --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 2e988b6..a49ee6e 100644 --- a/main.cpp +++ b/main.cpp @@ -20,8 +20,8 @@ #include #include "RectSaver.hpp" -const int WIDTH {700}; -const int HEIGHT {700}; +const int WIDTH {1600}; +const int HEIGHT {900}; sc::gui::Window* main_window {nullptr}; sc::gui::Image* main_image {nullptr};