summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-05-29 00:28:36 +0100
committerComment <tim@gray.(none)>2013-05-29 00:28:36 +0100
commitd6a8d1d93c6b5abd8b69985f182667c2994f13fd (patch)
tree726990fc4662c39df67e09a73a62e9a4d6210a02 /src/main.cpp
parent4aa44a0b9159300c24db4786a3cf2e4198f168f1 (diff)
nearly ready
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-xsrc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f0c0c0f..941033b 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -7,7 +7,7 @@
int main( ){
ofAppGlutWindow window;
- ofSetupOpenGL(ofxFensterManager::get(),1024,768, OF_WINDOW); //2048,768
+ ofSetupOpenGL(ofxFensterManager::get(),128,64, OF_WINDOW); //2048,768
//ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context
//ofSetupOpenGL(&window, 1024,768, OF_WINDOW);