diff options
| author | Comment <tim@gray.(none)> | 2013-09-11 22:34:05 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-09-11 22:34:05 +0100 |
| commit | 87eadaa8e5a22ed6e79868c074f558d6dc6bdcf2 (patch) | |
| tree | a5a5837fc2e524fcb6727c3c568b2d177eb76bba /liveengineUnmapped/src/main.cpp | |
| parent | 22543820c41fd5f0052d7a035df96f20c7662949 (diff) | |
version for derry
Diffstat (limited to 'liveengineUnmapped/src/main.cpp')
| -rwxr-xr-x | liveengineUnmapped/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liveengineUnmapped/src/main.cpp b/liveengineUnmapped/src/main.cpp index d22025f..615da21 100755 --- a/liveengineUnmapped/src/main.cpp +++ b/liveengineUnmapped/src/main.cpp @@ -7,6 +7,7 @@ int main( ){ ofAppGlutWindow window; + //ofSetupOpenGL(ofxFensterManager::get(),1200,300, OF_WINDOW); ofSetupOpenGL(ofxFensterManager::get(),4080,768, OF_WINDOW); //2048,768 //ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context //ofSetupOpenGL(&window, 1024,768, OF_WINDOW); |
