diff options
Diffstat (limited to 'menuApp/src/dirscanner.cpp')
| -rw-r--r-- | menuApp/src/dirscanner.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menuApp/src/dirscanner.cpp b/menuApp/src/dirscanner.cpp index d0f80a0..325c97d 100644 --- a/menuApp/src/dirscanner.cpp +++ b/menuApp/src/dirscanner.cpp @@ -36,7 +36,7 @@ void playItem::draw(){ //ofEnableAlphaBlending(); //ofSetColor(255,255,255,1.0); - image.draw(0,0,ofGetWidth(),ofGetHeight()); + image.draw(0,0,1080*FACTOR,1920*FACTOR); //ofDisableAlphaBlending(); if (ofGetElapsedTimef()-startTime>5.0){ @@ -45,7 +45,7 @@ void playItem::draw(){ } if (video.isLoaded()){ video.update(); - video.draw(0,0,ofGetWidth(),ofGetHeight()); + video.draw(0,0,1080*FACTOR,1920*FACTOR); //ofLogNotice() << "position: "<<video.getPosition(); if (video.getIsMovieDone()){ isFinished=true; |
