mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
@@ -241,7 +241,7 @@ void SectionedInspector::update_category_list() {
|
||||
|
||||
int sp = pi.name.find("/");
|
||||
if (sp == -1)
|
||||
pi.name = "Global/" + pi.name;
|
||||
pi.name = "global/" + pi.name;
|
||||
|
||||
Vector<String> sectionarr = pi.name.split("/");
|
||||
String metasection;
|
||||
|
||||
Reference in New Issue
Block a user