parent
775e74e0d4
commit
b64f9f03f8
3 changed files with 4 additions and 7 deletions
|
|
@ -563,7 +563,7 @@ static void _disassemble_class(const Ref<GDScript> &p_class, const Vector<String
|
|||
case GDScriptFunction::OPCODE_OPERATOR: {
|
||||
|
||||
int op = code[ip + 1];
|
||||
txt += "op ";
|
||||
txt += " op ";
|
||||
|
||||
String opname = Variant::get_operator_name(Variant::Operator(op));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue