diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-08-31 09:21:00 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-08-31 09:21:00 +0100 |
| commit | ba7cc94d4ae55e171f0e08126abb0cb13d8f9f8f (patch) | |
| tree | e015563027592464817796f3b9da72ba62ebcaff /liveengine/src/main.cpp | |
| parent | 766266368648487735894e6bf01c0330db6be2aa (diff) | |
blocking loading playlists
Diffstat (limited to 'liveengine/src/main.cpp')
| -rw-r--r-- | 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 41470a2..5c556af 100644 --- a/liveengine/src/main.cpp +++ b/liveengine/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 800,600, OF_WINDOW); // <-------- setup the GL context //ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // this kicks off the running of my app |
