Merge pull request #9572 from Noshyaar/rlts

Fix duplicated resource_local_to_scene
This commit is contained in:
Thomas Herzog 2017-07-10 22:56:12 +02:00 committed by GitHub
commit aa52f7c8d4

View file

@ -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 + "/")) {