don't necessarily clear queue if caching
This commit is contained in:
@@ -597,7 +597,9 @@ void ViewerWidget::UpdateTextureFromNode()
|
||||
nonqueue_watchers_.append(watcher);
|
||||
|
||||
// Clear queue because we want this frame more than any others
|
||||
ClearVideoAutoCacherQueue();
|
||||
if (!GetConnectedNode()->GetVideoAutoCacheEnabled()) {
|
||||
ClearVideoAutoCacherQueue();
|
||||
}
|
||||
|
||||
watcher->SetTicket(GetFrame(time, true));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user