summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--menuApp/src/dirscanner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/menuApp/src/dirscanner.cpp b/menuApp/src/dirscanner.cpp
index 325c97d..942c352 100644
--- a/menuApp/src/dirscanner.cpp
+++ b/menuApp/src/dirscanner.cpp
@@ -3,6 +3,7 @@
void playItem::play(){
//ofLogNotice() << "playing----->"<<filename;
if (video.isLoaded()){
+ video.setFrame(0);
video.play();
//ofLogNotice() << "video: "<<filename;
}