From a0b504d11542097843db77653d3e26516a892593 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 10 Sep 2018 23:24:49 +0100 Subject: lut blend --- gui/src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/src/main.cpp') diff --git a/gui/src/main.cpp b/gui/src/main.cpp index a171351..85db18d 100644 --- a/gui/src/main.cpp +++ b/gui/src/main.cpp @@ -5,6 +5,9 @@ //======================================================================== int main(int argc, char *argv[]){ + + + /* ofSetupOpenGL(1600,200,OF_WINDOW); // <-------- setup the GL context @@ -58,6 +61,7 @@ int main(int argc, char *argv[]){ guiWindow->setVerticalSync(false); shared_ptr mainApp(new ofApp); + mainApp->arguments = vector(argv, argv + argc); //mainApp->setupGui(); ofAddListener(guiWindow->events().update,mainApp.get(),&ofApp::updateGui); -- cgit v1.2.3