From 68fdcc4f83da695ffa48106401935d01f61b70ab Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Sun, 9 Jul 2017 13:26:10 +0700 Subject: [PATCH] Fix duplicated resource_local_to_scene --- editor/property_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp index ad9b3607e97..8a9fd2cde5b 100644 --- a/editor/property_editor.cpp +++ b/editor/property_editor.cpp @@ -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 + "/")) {