work on texture passthrough node

This commit is contained in:
itsmattkc
2019-05-22 22:57:33 +10:00
parent f1fb0cccd0
commit a82e5ccbce
21 changed files with 277 additions and 326 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ double Node::Time()
return 0;
}
void Node::Process(rational time)
void Node::Process(const rational &time)
{
Q_UNUSED(time)
}