diff options
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 |
