mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 00:23:02 +00:00
Merge pull request #9572 from Noshyaar/rlts
Fix duplicated resource_local_to_scene
This commit is contained in:
@@ -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 + "/")) {
|
||||
|
||||
Reference in New Issue
Block a user