changed window size to 1600x900

This commit is contained in:
Bob Polis 2020-10-26 23:20:45 +01:00
parent 9143deb610
commit d5298f1b09

View File

@ -20,8 +20,8 @@
#include <thread>
#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};