diff --git a/src/testApp.cpp b/src/testApp.cpp index d49b485..a0fe348 100644 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -4,6 +4,7 @@ void testApp::setup(){ ofSetVerticalSync(true); ofSetWindowShape(640, 480); + ofSetDataPathRoot("../Resources/"); ps3eye.initGrabber(640, 480);