diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-09-05 13:37:00 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-09-05 13:37:00 +0100 |
| commit | 02dbff4e82603279a0b0c5062d20067b2614a15e (patch) | |
| tree | 0f5cdfb018d8264b47ec1497850800c0d765a342 /liveengine/src/main.cpp | |
| parent | 65cf7b27e9d2f9e59da322b4fbad1ed1df27eb8d (diff) | |
first show
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 5c556af..192f275 100644 --- a/liveengine/src/main.cpp +++ b/liveengine/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 800,600, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 1024,768, OF_FULLSCREEN); // <-------- setup the GL context //ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // this kicks off the running of my app |
