Merge branch 'blender-v2.93-release'

This commit is contained in:
Charlie Jolly 2021-05-12 11:18:43 +01:00
commit a43a455fdd
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ void node_math_update(bNodeTree *UNUSED(ntree), bNode *node)
switch (node->custom1) {
case NODE_MATH_WRAP:
node_sock_label(sock2, "Min");
node_sock_label(sock3, "Max");
node_sock_label(sock2, "Max");
node_sock_label(sock3, "Min");
break;
case NODE_MATH_MULTIPLY_ADD:
node_sock_label(sock2, "Multiplier");