Fixes display of programmatically created value in remote inspector
This commit is contained in:
parent
cddff0404d
commit
e3b7b861b0
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ void ScriptDebuggerRemote::_send_object_id(ObjectID p_id) {
|
|||
prop.push_back(pi.hint_string);
|
||||
prop.push_back(pi.usage);
|
||||
|
||||
if (!res.is_null()) {
|
||||
if (!res.is_null() && !res->get_path().empty()) {
|
||||
var = res->get_path();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue