fixed multithreaded download issue

This commit is contained in:
itsmattkc
2019-08-29 20:12:44 +10:00
parent b81d0598b3
commit b8d46eeb34
3 changed files with 6 additions and 5 deletions
-1
View File
@@ -106,7 +106,6 @@ QVariant RendererProcessor::Value(NodeOutput* output, const rational& time)
return QVariant::fromValue(master_texture_);
}
}
}