summaryrefslogtreecommitdiff
path: root/03_play/src/main.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-06-13 00:10:35 +0100
committerComment <tim@gray.(none)>2013-06-13 00:10:35 +0100
commit71582d96b78a52747c65c1aaf89d00e0a7d408a0 (patch)
treea48713749cf26f476f343b69641d187aebd3ad67 /03_play/src/main.cpp
parent08bd1788cc640f4f6595152cd27f1922bea7d76c (diff)
investigating sound sync
Diffstat (limited to '03_play/src/main.cpp')
-rw-r--r--03_play/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/03_play/src/main.cpp b/03_play/src/main.cpp
index 87dc35f..f0d25bb 100644
--- a/03_play/src/main.cpp
+++ b/03_play/src/main.cpp
@@ -7,7 +7,7 @@
int main( ){
ofAppGlutWindow window;
- ofSetupOpenGL(&window, 1600,900, OF_FULLSCREEN); // <-------- setup the GL context
+ ofSetupOpenGL(&window, 1200,800, OF_WINDOW); // <-------- setup the GL context
// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN