From 24bd98136d3c946ca5e5738cf990e20fd13b95dc Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 19 Jun 2013 14:18:35 +0100 Subject: Makfile --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 29b0a27..3cabbad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,7 +4,7 @@ //======================================================================== int main( ){ - ofSetupOpenGL(1024,768, OF_FULLSCREEN); // <-------- setup the GL context + ofSetupOpenGL(1024,768, OF_WINDOW); // <-------- setup the GL context -- cgit v1.2.3