From 9b45f607c927028960406bb558a9fe7d9f67c0ba Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Wed, 23 May 2012 12:45:07 +0000 Subject: cleanup relink code --- source/blender/compositor/nodes/COM_ColorBalanceNode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor/nodes/COM_ColorBalanceNode.cpp') diff --git a/source/blender/compositor/nodes/COM_ColorBalanceNode.cpp b/source/blender/compositor/nodes/COM_ColorBalanceNode.cpp index 32c9e50874e..7b852678191 100644 --- a/source/blender/compositor/nodes/COM_ColorBalanceNode.cpp +++ b/source/blender/compositor/nodes/COM_ColorBalanceNode.cpp @@ -63,8 +63,8 @@ void ColorBalanceNode::convertToOperations(ExecutionSystem *graph, CompositorCon operation = operationCDL; } - inputSocket->relinkConnections(operation->getInputSocket(0), true, 0, graph); - inputImageSocket->relinkConnections(operation->getInputSocket(1), true, 0, graph); + inputSocket->relinkConnections(operation->getInputSocket(0), 0, graph); + inputImageSocket->relinkConnections(operation->getInputSocket(1), 0, graph); outputSocket->relinkConnections(operation->getOutputSocket(0)); graph->addOperation(operation); } -- cgit v1.2.3