diff options
Diffstat (limited to 'menuApp')
| -rw-r--r-- | menuApp/bin/libs/libfmodex.so | bin | 1532700 -> 0 bytes | |||
| -rw-r--r-- | menuApp/src/ofApp.cpp | 9 |
2 files changed, 6 insertions, 3 deletions
diff --git a/menuApp/bin/libs/libfmodex.so b/menuApp/bin/libs/libfmodex.so Binary files differdeleted file mode 100644 index ac9d264..0000000 --- a/menuApp/bin/libs/libfmodex.so +++ /dev/null diff --git a/menuApp/src/ofApp.cpp b/menuApp/src/ofApp.cpp index 9e046eb..6f0206a 100644 --- a/menuApp/src/ofApp.cpp +++ b/menuApp/src/ofApp.cpp @@ -152,12 +152,12 @@ void ofApp::setup(){ background.load("images/background1080.png"); overlay.load("images/overlay1080.png"); - instagram.setup(hangdaitoken,"self"); - instagram.setCertFileLocation(ofToDataPath("ca-bundle.crt",false)); + //instagram.setup(hangdaitoken,"self"); + //instagram.setCertFileLocation(ofToDataPath("ca-bundle.crt",false)); menutag=MENUTAG; - loadInstagramFeed(); + //loadInstagramFeed(); /* instagram.getUserRecentMedia("self"); @@ -196,6 +196,9 @@ void ofApp::draw(){ //ofTranslate(0*FACTOR,0*FACTOR); } + player.draw(); + return; + if (!player.draw()){ if(ofGetElapsedTimef()-lastPoll>POLL_INTERVAL) { |
