1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Gave a tooltip to the "In" logic node

This commit is contained in:
Cédric Fuchs
2017-10-14 22:13:19 +02:00
parent ba9486a4d3
commit 77dd6f37bd

View File

@@ -532,6 +532,7 @@ String VisualScriptOperator::get_text() const {
L"A or B", //OP_OR,
L"A xor B", //OP_XOR,
L"not A", //OP_NOT,
L"A in B", //OP_IN,
};
return op_names[op];