merged effects into node structure
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ NodeGraph::NodeGraph() :
|
||||
|
||||
}
|
||||
|
||||
Effect *NodeGraph::OutputNode()
|
||||
Node *NodeGraph::OutputNode()
|
||||
{
|
||||
return output_node_.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user