diff options
| author | Comment <tim@gray.(none)> | 2013-08-08 22:09:59 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-08-08 22:09:59 +0100 |
| commit | e632e908a973a87c82e061f36167ea162d1e390f (patch) | |
| tree | 4b08aad9b18c7aff721806b6f6fb0a8e4799a59f /liveengine/src/main.cpp | |
| parent | 3bf0663e94b6335cb748a50a8b95e8a98d2a0630 (diff) | |
a few playlist changes + whole screen fade
Diffstat (limited to 'liveengine/src/main.cpp')
| -rwxr-xr-x | liveengine/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liveengine/src/main.cpp b/liveengine/src/main.cpp index f0c0c0f..d22025f 100755 --- a/liveengine/src/main.cpp +++ b/liveengine/src/main.cpp @@ -7,7 +7,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(ofxFensterManager::get(),1024,768, OF_WINDOW); //2048,768 + 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); |
