diff options
| author | Comment <tim@gray.(none)> | 2013-12-18 01:59:44 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-12-18 01:59:44 +0000 |
| commit | b9cd2bc3e15dac4096571069f6a3a0dd238513d9 (patch) | |
| tree | 1317a1629726492e4829842d4b7096acaa311a9f /liveengineUnmapped/src/main.cpp | |
| parent | 87eadaa8e5a22ed6e79868c074f558d6dc6bdcf2 (diff) | |
sorted bad window placement once and for all
Diffstat (limited to 'liveengineUnmapped/src/main.cpp')
| -rwxr-xr-x | liveengineUnmapped/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/liveengineUnmapped/src/main.cpp b/liveengineUnmapped/src/main.cpp index 615da21..cb2b5b2 100755 --- a/liveengineUnmapped/src/main.cpp +++ b/liveengineUnmapped/src/main.cpp @@ -7,8 +7,8 @@ int main( ){ ofAppGlutWindow window; - //ofSetupOpenGL(ofxFensterManager::get(),1200,300, OF_WINDOW); - ofSetupOpenGL(ofxFensterManager::get(),4080,768, OF_WINDOW); //2048,768 + ofSetupOpenGL(ofxFensterManager::get(),1440,270, OF_WINDOW); //480x270 + //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); |
