Merge pull request #12100 from Adinimys/master
Gave a tooltip to the "In" logic node
This commit is contained in:
commit
6d380b04f2
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ String VisualScriptOperator::get_text() const {
|
||||||
L"A or B", //OP_OR,
|
L"A or B", //OP_OR,
|
||||||
L"A xor B", //OP_XOR,
|
L"A xor B", //OP_XOR,
|
||||||
L"not A", //OP_NOT,
|
L"not A", //OP_NOT,
|
||||||
|
L"A in B", //OP_IN,
|
||||||
|
|
||||||
};
|
};
|
||||||
return op_names[op];
|
return op_names[op];
|
||||||
|
|
Loading…
Reference in a new issue