diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-09-20 23:35:53 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-09-20 23:35:53 +0100 |
| commit | cde8fab86a40be5d3c99bfd2d97605638647179f (patch) | |
| tree | 5f3d25c4eb6757ba399f746dfb96ea175ad8467f /futuregael/src/main.cpp | |
| parent | d47d1294179af82651602c5b548658bcd3b7bdac (diff) | |
mostly works
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 02bf31b..54756c1 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(1024,1024); // 1/8 scale + settings.setSize(1024,400); // 1/8 scale //1200 = 13.2° = 42898 pts theoretical |
