ociogradingtransformlinear: fix other potential merge conflict

This commit is contained in:
itsmattkc
2022-05-07 12:37:24 -07:00
parent ceffff3f82
commit 0403ad8fce
@@ -68,7 +68,7 @@ OCIOGradingTransformLinearNode::OCIOGradingTransformLinearNode()
SetInputProperty(kClampBlackInput, QStringLiteral("disable"), GetStandardValue(kClampBlackDisableInput).toBool());
SetInputProperty(kClampBlackInput, QStringLiteral("base"), 0.01);
AddInput(kClampBlackDisableInput, NodeValue::kBoolean, false);
AddInput(kClampWhiteDisableInput, NodeValue::kBoolean, false);
AddInput(kClampWhiteInput, NodeValue::kFloat, 1.0);
SetInputProperty(kClampWhiteInput, QStringLiteral("disable"), GetStandardValue(kClampWhiteDisableInput).toBool());