summaryrefslogtreecommitdiffstats
path: root/editor/shader_create_dialog.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-09-17 16:35:24 +0200
committerkobewi <kobewi4e@gmail.com>2021-11-03 15:27:38 +0100
commit07065d67e12d2fb0923c3fc892234a9142f9c9e6 (patch)
tree13b3df30d0b47f9ea2fa9e0d0997eea03ef63bf4 /editor/shader_create_dialog.h
parent0bf3204d89dd57c2409446b91ecfd14f32a5f985 (diff)
downloadredot-engine-07065d67e12d2fb0923c3fc892234a9142f9c9e6.tar.gz
Infer shader type based on edited node
Diffstat (limited to 'editor/shader_create_dialog.h')
-rw-r--r--editor/shader_create_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/shader_create_dialog.h b/editor/shader_create_dialog.h
index 6962fa3d8d..be0a0cad06 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);
+ void config(const String &p_base_path, bool p_built_in_enabled = true, bool p_load_enabled = true, int p_preferred_mode = -1);
ShaderCreateDialog();
};