From bd36919b53bdc0f93ef9efd2d5ed469e4eea6c07 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 20 Sep 2023 17:59:25 +0100 Subject: complete interim show --- futuregael/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'futuregael/src/main.cpp') diff --git a/futuregael/src/main.cpp b/futuregael/src/main.cpp index 79ed500..02bf31b 100644 --- a/futuregael/src/main.cpp +++ b/futuregael/src/main.cpp @@ -8,7 +8,7 @@ int main(int argc, char *argv[]){ ofGLFWWindowSettings settings; - settings.setSize(512,512); // 1/8 scale + settings.setSize(1024,1024); // 1/8 scale //1200 = 13.2° = 42898 pts theoretical -- cgit v1.2.3