You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user