You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Merge pull request #109998 from aaronfranke/shader-toggle-files-organize
Organize toggle files button logic in shader editor
This commit is contained in:
@@ -6461,8 +6461,8 @@ void VisualShaderEditor::_show_shader_preview() {
|
||||
}
|
||||
}
|
||||
|
||||
void VisualShaderEditor::set_toggle_list_control(Control *p_control) {
|
||||
toggle_files_list = p_control;
|
||||
void VisualShaderEditor::set_toggle_list_control(Control *p_toggle_list_control) {
|
||||
toggle_files_list = p_toggle_list_control;
|
||||
}
|
||||
|
||||
void VisualShaderEditor::_toggle_files_pressed() {
|
||||
|
||||
Reference in New Issue
Block a user