You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Made hidden ProjectSettings groups more explicit
This commit is contained in:
@@ -424,6 +424,8 @@ void ShaderGlobalsEditor::_notification(int p_what) {
|
||||
}
|
||||
|
||||
ShaderGlobalsEditor::ShaderGlobalsEditor() {
|
||||
ProjectSettings::get_singleton()->add_hidden_prefix("shader_globals/");
|
||||
|
||||
HBoxContainer *add_menu_hb = memnew(HBoxContainer);
|
||||
add_child(add_menu_hb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user