Merge pull request #9572 from Noshyaar/rlts
Fix duplicated resource_local_to_scene
This commit is contained in:
commit
aa52f7c8d4
1 changed files with 1 additions and 1 deletions
|
@ -4462,7 +4462,7 @@ class SectionedPropertyEditorFilter : public Object {
|
|||
continue;
|
||||
|
||||
if (sp == -1) {
|
||||
pi.name = "Global/" + pi.name;
|
||||
pi.name = "global/" + pi.name;
|
||||
}
|
||||
|
||||
if (pi.name.begins_with(section + "/")) {
|
||||
|
|
Loading…
Reference in a new issue