From 0311767651f1a0617c18381e1566e9ebb3679234 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Mon, 20 Oct 2014 18:18:36 +0200 Subject: [PATCH] Increasing default resolution. --- main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cc b/main.cc index a4d9795..535705f 100644 --- a/main.cc +++ b/main.cc @@ -18,7 +18,7 @@ using namespace ACGL::OpenGL; using namespace ACGL::Base; using namespace ACGL::Utils; -glm::uvec2 g_windowSize( 640, 480 ); +glm::uvec2 g_windowSize( 1024, 786 ); float g_nearPlane = 0.1f; float g_farPlane = 100.0f; bool glfwWindowClosed = false;