diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-12-26 23:56:20 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-12-26 23:56:20 +0000 |
| commit | e4c9063867fe86dff4a89289332cef1a41410df8 (patch) | |
| tree | 82b9c6599a49717c95afe75214ee75c0c232814b /src/main.cpp | |
| parent | a706381940821d7299e0d1eba7ab087a93e75d13 (diff) | |
OSX project
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 ee028c0..c27c0e2 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(ofxFensterManager::get(),600,600, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(ofxFensterManager::get(),400,400, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
