diff options
| author | Comment <tim@gray.(none)> | 2013-05-29 00:28:36 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-05-29 00:28:36 +0100 |
| commit | d6a8d1d93c6b5abd8b69985f182667c2994f13fd (patch) | |
| tree | 726990fc4662c39df67e09a73a62e9a4d6210a02 /src/main.cpp | |
| parent | 4aa44a0b9159300c24db4786a3cf2e4198f168f1 (diff) | |
nearly ready
Diffstat (limited to 'src/main.cpp')
| -rwxr-xr-x | src/main.cpp | 2 |
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); |
