diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-30 18:45:03 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-30 18:45:03 +0100 |
| commit | 9642f41ffa762213dc947407ac2ca484b14fd5c7 (patch) | |
| tree | 7156f3b2ef85f4b6fe1f743817dd3cf1080af01b /src/main.cpp | |
| parent | 4525c22d902e1eff47d6a8a64d022d885ac3a76a (diff) | |
segfaults intermittently
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ad74a97..904ded2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 450,800, OF_WINDOW ); // <-------- setup the GL context + ofSetupOpenGL(&window, 1440,900, OF_FULLSCREEN); // <-------- setup the GL context printf("%ix%i on screen %ix%i\n",ofGetWidth(),ofGetHeight(),ofGetScreenWidth(),ofGetScreenHeight()); // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
