diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-10-12 11:06:16 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-10-12 11:06:16 +0100 |
| commit | 1f8525289c3533805fa235d25804f3413243743a (patch) | |
| tree | 21378e17f174431f459c889d721149aa66003a35 /src/main.cpp | |
| parent | de68c3e9911616d116135960075d80b6c72efecc (diff) | |
mode vis
Diffstat (limited to 'src/main.cpp')
| -rwxr-xr-x | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e502a4d..e922099 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 640,480, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 720,576, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
