Ensure array and dict editors show edited object IDs, fixes #20225
This commit is contained in:
parent
9e628264b6
commit
a2a606794c
5 changed files with 63 additions and 8 deletions
|
|
@ -108,7 +108,7 @@ void ScriptDebuggerRemote::_put_variable(const String &p_name, const Variant &p_
|
|||
}
|
||||
|
||||
int len = 0;
|
||||
Error err = encode_variant(var, NULL, len);
|
||||
Error err = encode_variant(var, NULL, len, true);
|
||||
if (err != OK)
|
||||
ERR_PRINT("Failed to encode variant");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue