diff options
| author | Tim Redfern <tim@getdrop.com> | 2023-09-20 17:59:25 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2023-09-20 17:59:25 +0100 |
| commit | bd36919b53bdc0f93ef9efd2d5ed469e4eea6c07 (patch) | |
| tree | addce59288465cbfd4409b9d3a4f2fcd6a3ce3bc /futuregael/src/main.cpp | |
| parent | 5c59ea6a5797bb44a46846008ddc235c8a5537af (diff) | |
complete interim show
Diffstat (limited to 'futuregael/src/main.cpp')
| -rw-r--r-- | futuregael/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
