mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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