diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-02-26 13:37:37 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-02-26 13:37:37 +0000 |
| commit | 84b516956e7ca1ddd7d89890d9ff81f71fcff217 (patch) | |
| tree | c24ffe4f37a414dc30d74ce0e0bd1e70bc2271d7 /glitcher/src/main.cpp | |
| parent | 0e436679aa8c09a08e20849f204c969eb2d875b8 (diff) | |
adding audio to example
Diffstat (limited to 'glitcher/src/main.cpp')
| -rw-r--r-- | glitcher/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glitcher/src/main.cpp b/glitcher/src/main.cpp index d134fc9..d77aea4 100644 --- a/glitcher/src/main.cpp +++ b/glitcher/src/main.cpp @@ -1,6 +1,6 @@ #include "ofApp.h" int main() { - ofSetupOpenGL(1024, 768, OF_WINDOW); + ofSetupOpenGL(512,384, OF_WINDOW); ofRunApp(new ofApp()); } |
