Made hidden ProjectSettings groups more explicit
This commit is contained in:
parent
6758a7f8c0
commit
2cd63a1ef0
6 changed files with 30 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue