diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2021-12-03 17:45:32 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2021-12-03 19:42:58 +0300 |
commit | 771491d3580dddec328c98ac793afb09dd794511 (patch) | |
tree | 0ad29a256d5992648aa978da777ad594495a2b9a /editor/shader_create_dialog.h | |
parent | 8762d8fa5d8c4fd6ef3e44270089538dbc6d2f7c (diff) | |
download | redot-engine-771491d3580dddec328c98ac793afb09dd794511.tar.gz |
Add `New Shader` option to the FileSystemDock popup menu.
Diffstat (limited to 'editor/shader_create_dialog.h')
-rw-r--r-- | editor/shader_create_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }; |