diff options
Diffstat (limited to 'menuApp/src')
| -rw-r--r-- | menuApp/src/dirscanner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menuApp/src/dirscanner.cpp b/menuApp/src/dirscanner.cpp index 04a807a..2165b67 100644 --- a/menuApp/src/dirscanner.cpp +++ b/menuApp/src/dirscanner.cpp @@ -149,7 +149,7 @@ void dirPlayer::load(std::string path){ bool dirPlayer::draw(){ ofLogNotice() << "player drawing: "; int slot=scanner->getSlotForTime(); - ofLogNotice() << "got slot: "; + ofLogNotice() << "got slot: "<<slot; if(slot==-1) return false; if (slot!=currentslot){ if (slot>-1){ |
