From 55fc823bc3921e071b97afbc68039f8b02a8d0a3 Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 1 Jun 2017 10:53:27 +0100 Subject: update --- testDir/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testDir/src/main.cpp') diff --git a/testDir/src/main.cpp b/testDir/src/main.cpp index 120f5a0..7672de4 100644 --- a/testDir/src/main.cpp +++ b/testDir/src/main.cpp @@ -5,9 +5,9 @@ int main( ){ #ifdef FULLSCREEN - ofSetupOpenGL(1080,1920,OF_FULLSCREEN); + ofSetupOpenGL(540,960,OF_FULLSCREEN); #else - ofSetupOpenGL(1080,1920,OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(540,960,OF_WINDOW); // <-------- setup the GL context #endif // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN -- cgit v1.2.3