summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2012-12-08 10:55:47 +0000
committerComment <tim@gray.(none)>2012-12-08 10:55:47 +0000
commit3dbac595be9c2d5e57a62576eb05ec264b994e07 (patch)
treef092aaffc35449a1998e77a8126497a4da97b295 /src/main.cpp
parent11850d1ded455e135cfa42aa1598b89be9544807 (diff)
reawakening project
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5320f44..3d1510f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -17,7 +17,7 @@
int main( ){
ofAppGlutWindow window;
- ofSetupOpenGL(&window, 3840,720, OF_FULLSCREEN); // <-------- setup the GL context
+ ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context
//ofSetupOpenGL(&window, 1024,300, OF_WINDOW);
glutIgnoreKeyRepeat(1);
glutSetKeyRepeat(GLUT_KEY_REPEAT_OFF); //these don't work!!!