previewautocacher: fix bad if statement

This commit is contained in:
itsmattkc
2022-11-06 21:44:48 -08:00
parent 6a394b4e48
commit a6cafe59a5
+1 -1
View File
@@ -253,7 +253,7 @@ void PreviewAutoCacher::VideoRendered()
void PreviewAutoCacher::ConnectToNodeCache(Node *node)
{
if (!ignore_cache_requests_) {
if (ignore_cache_requests_) {
return;
}