work on texture passthrough node
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ double Node::Time()
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Node::Process(rational time)
|
||||
void Node::Process(const rational &time)
|
||||
{
|
||||
Q_UNUSED(time)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user