adjusted invalidatecache function

This commit is contained in:
itsmattkc
2019-09-02 20:11:42 +10:00
parent e87ed9dd3d
commit 3a9af58344
11 changed files with 68 additions and 30 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ public:
* the DAG. Even if the time needs to be transformed somehow (e.g. converting media time to sequence time), you can
* call this function with transformed time and relay the signal that way.
*/
virtual void InvalidateCache(NodeInput* from, const rational& start_range, const rational& end_range);
virtual void InvalidateCache(const rational& start_range, const rational& end_range, NodeInput* from = nullptr);
protected:
/**