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