Fix duplicated resource_local_to_scene
This commit is contained in:
parent
0bf88e4b38
commit
68fdcc4f83
@ -4462,7 +4462,7 @@ class SectionedPropertyEditorFilter : public Object {
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (sp == -1) {
|
if (sp == -1) {
|
||||||
pi.name = "Global/" + pi.name;
|
pi.name = "global/" + pi.name;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pi.name.begins_with(section + "/")) {
|
if (pi.name.begins_with(section + "/")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user