You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Made hidden ProjectSettings groups more explicit
This commit is contained in:
@@ -816,6 +816,8 @@ void EditorAutoloadSettings::_bind_methods() {
|
||||
}
|
||||
|
||||
EditorAutoloadSettings::EditorAutoloadSettings() {
|
||||
ProjectSettings::get_singleton()->add_hidden_prefix("autoload/");
|
||||
|
||||
// Make first cache
|
||||
List<PropertyInfo> props;
|
||||
ProjectSettings::get_singleton()->get_property_list(&props);
|
||||
|
||||
Reference in New Issue
Block a user