diff --git a/Sources/arm/node/NodesBrush.hx b/Sources/arm/node/NodesBrush.hx index d910aa1c..516c5b17 100644 --- a/Sources/arm/node/NodesBrush.hx +++ b/Sources/arm/node/NodesBrush.hx @@ -465,7 +465,7 @@ class NodesBrush { { name: _tr("operation"), type: "ENUM", - data: ["Add", "Subtract", "Average", "Dot Product", "Cross Product", "Normalize"], + data: ["Add", "Subtract", "Average", "Dot Product", "Cross Product", "Normalize", "Multiply" ], default_value: 0, output: 0 }