some download functionality in place

This commit is contained in:
Sovanny Huy
2019-07-09 16:58:57 -04:00
parent 112a0ecb57
commit f72cd1bc02
3 changed files with 81 additions and 35 deletions
@@ -428,7 +428,7 @@ bool RenderableFieldlinesSequence::extractMandatoryInfoFromDictionary(
LERROR(fmt::format("{}: The field {} is missing", _identifier, KeyWebFieldlines));
return false;
}
else if (!webFieldLines) {
else if (!_webFieldlines) {
LERROR(fmt::format("{}: The field {} is missing", _identifier, KeySourceFolder));
return false;
}
@@ -1210,6 +1210,9 @@ void RenderableFieldlinesSequence::update(const UpdateData& data) {
(nextIdx < _nStates && currentTime >= _startTimes[nextIdx]))
{
updateActiveTriggerTimeIndex(currentTime);
// WebfieldlinesManager stuff!
_webFieldlinesManager.update();
computeSequenceEndTime();
if (_loadingStatesDynamically) {
_mustLoadNewStateFromDisk = true;