Fix duplicated resource_local_to_scene

This commit is contained in:
Poommetee Ketson 2017-07-09 13:26:10 +07:00
parent 0bf88e4b38
commit 68fdcc4f83

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