summaryrefslogtreecommitdiff
path: root/liveengine/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-08-27 16:13:41 +0100
committerTim Redfern <tim@eclectronics.org>2012-08-27 16:13:41 +0100
commitd4398c0f9f417ef527d05e3e394d9f5e329b537e (patch)
tree50e586aea11c011f1f6bdc4c85ce896b0e4e628f /liveengine/src/main.cpp
parent36abd3f1907a4ec3472ae08b7a99c567a33b9c8f (diff)
loading svg
Diffstat (limited to 'liveengine/src/main.cpp')
-rw-r--r--liveengine/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/liveengine/src/main.cpp b/liveengine/src/main.cpp
index f5eaddd..41470a2 100644
--- a/liveengine/src/main.cpp
+++ b/liveengine/src/main.cpp
@@ -6,7 +6,7 @@
int main( ){
ofAppGlutWindow window;
- ofSetupOpenGL(&window, 400,300, OF_WINDOW); // <-------- setup the GL context
+ ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context
//ofSetupOpenGL(&window, 1024,768, OF_WINDOW);
// this kicks off the running of my app