minor changes prior to merge

This commit is contained in:
Michal Marcinkowski
2015-01-21 12:01:14 -05:00
parent a8e5b61272
commit 63c63cbc75

View File

@@ -202,7 +202,8 @@ bool ImageSequencer::loadSequence(const std::string dir){
}
}
}
_nextCapture = nextCaptureTime(Time::ref().currentTime()); // this is not really working 100%
//_nextCapture = nextCaptureTime(Time::ref().currentTime()); // this is not really working 100%
//_intervalLength = _timeStamps[1].startTime;
return !sequencePaths.empty();
}