We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9543d commit d680b9bCopy full SHA for d680b9b
editor/debugger/debug_adapter/debug_adapter_protocol.cpp
@@ -607,7 +607,7 @@ int DebugAdapterProtocol::parse_variant(const Variant &p_var) {
607
}
608
case Variant::PACKED_VECTOR3_ARRAY: {
609
int id = variable_id++;
610
- PackedVector2Array array = p_var;
+ PackedVector3Array array = p_var;
611
DAP::Variable size;
612
size.name = "size";
613
size.type = Variant::get_type_name(Variant::INT);
0 commit comments