diff options
| author | Comment <tim@gray.(none)> | 2013-05-21 01:06:38 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-05-21 01:06:38 +0100 |
| commit | e453cc17916908104467875db31e3fa08817cce1 (patch) | |
| tree | 4f89f8d0b1d2cad4b5ffd1ec7607a846c26dedfd /vamphost/src/main.cpp | |
| parent | cb7ec4965e6ec3d2142522c5c110b240f800e55d (diff) | |
vamphost
Diffstat (limited to 'vamphost/src/main.cpp')
| -rw-r--r-- | vamphost/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamphost/src/main.cpp b/vamphost/src/main.cpp index 1ef19ab..6a8d8f1 100644 --- a/vamphost/src/main.cpp +++ b/vamphost/src/main.cpp @@ -7,7 +7,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 1024,768, OF_FULLSCREEN); // <-------- setup the GL context + ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
