From 771491d3580dddec328c98ac793afb09dd794511 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Fri, 3 Dec 2021 17:45:32 +0300 Subject: Add `New Shader` option to the FileSystemDock popup menu. --- editor/shader_create_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/shader_create_dialog.h') diff --git a/editor/shader_create_dialog.h b/editor/shader_create_dialog.h index be0a0cad06..cd20897ddb 100644 --- a/editor/shader_create_dialog.h +++ b/editor/shader_create_dialog.h @@ -108,7 +108,7 @@ protected: static void _bind_methods(); public: - void config(const String &p_base_path, bool p_built_in_enabled = true, bool p_load_enabled = true, int p_preferred_mode = -1); + void config(const String &p_base_path, bool p_built_in_enabled = true, bool p_load_enabled = true, int p_preferred_type = -1, int p_preferred_mode = -1); ShaderCreateDialog(); }; -- cgit v1.2.3