This commit is contained in:
itsmattkc
2019-03-31 11:18:30 +11:00
parent d0a4ba6b19
commit a0f6299061
4 changed files with 20 additions and 3 deletions
+1
View File
@@ -1194,6 +1194,7 @@ void Cacher::Open()
void Cacher::Cache(long playhead, bool scrubbing, QVector<Clip*>& nests, int playback_speed)
{
if (!is_valid_state_) {
return;
}