summaryrefslogtreecommitdiff
path: root/testDir/src/main.cpp
diff options
context:
space:
mode:
authortim <tim@eclectronics.org>2017-05-30 00:50:56 +0100
committertim <tim@eclectronics.org>2017-05-30 00:50:56 +0100
commita0e8fefd1bf241b805c4542421bdbc6a4447fdc3 (patch)
treee503e4f0bfbbb2faff0e754d3a379c28f2fcf81f /testDir/src/main.cpp
parent7a201017da4b0aedd79bb93747c855fe63b5ede9 (diff)
no alpha or movsdirscanner
Diffstat (limited to 'testDir/src/main.cpp')
-rw-r--r--testDir/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testDir/src/main.cpp b/testDir/src/main.cpp
index c8c5551..120f5a0 100644
--- a/testDir/src/main.cpp
+++ b/testDir/src/main.cpp
@@ -5,9 +5,9 @@
int main( ){
#ifdef FULLSCREEN
- ofSetupOpenGL(256,256,OF_FULLSCREEN);
+ ofSetupOpenGL(1080,1920,OF_FULLSCREEN);
#else
- ofSetupOpenGL(256,256,OF_WINDOW); // <-------- setup the GL context
+ ofSetupOpenGL(1080,1920,OF_WINDOW); // <-------- setup the GL context
#endif
// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN