diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-09-20 08:35:26 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-09-20 08:35:26 +0100 |
| commit | 5c59ea6a5797bb44a46846008ddc235c8a5537af (patch) | |
| tree | 2bfeb2af3c016bd51ce35ac1e606b4f6ed0769ac /futuregael/src/main.cpp | |
| parent | c02378a381cbb23ba56099a33fab38686c8d2b5b (diff) | |
basic playback
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 3e20ab7..79ed500 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(1200,900); + settings.setSize(512,512); // 1/8 scale //1200 = 13.2° = 42898 pts theoretical |
