You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix display of programmatically created value in remote inspector
This commit is contained in:
@@ -367,7 +367,7 @@ void SceneDebuggerObject::serialize(Array &r_arr, int p_max_size) {
|
|||||||
|
|
||||||
PropertyHint hint = pi.hint;
|
PropertyHint hint = pi.hint;
|
||||||
String hint_string = pi.hint_string;
|
String hint_string = pi.hint_string;
|
||||||
if (!res.is_null()) {
|
if (!res.is_null() && !res->get_path().is_empty()) {
|
||||||
var = res->get_path();
|
var = res->get_path();
|
||||||
} else { //only send information that can be sent..
|
} else { //only send information that can be sent..
|
||||||
int len = 0; //test how big is this to encode
|
int len = 0; //test how big is this to encode
|
||||||
|
|||||||
Reference in New Issue
Block a user