summaryrefslogtreecommitdiff
path: root/sunkenEngine/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sunkenEngine/src/main.cpp')
-rw-r--r--sunkenEngine/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sunkenEngine/src/main.cpp b/sunkenEngine/src/main.cpp
index 94afb92..6d5ff5c 100644
--- a/sunkenEngine/src/main.cpp
+++ b/sunkenEngine/src/main.cpp
@@ -13,8 +13,8 @@ int main( ){
else {
ofGLFWWindowSettings settings;
- settings.width = 1280; //2560;
- settings.height = 360; //720;
+ settings.width = 2560; //1280; //
+ settings.height = 720; //360; //
settings.position.x = 0;
settings.position.y = 50;
settings.resizable = true;