summaryrefslogtreecommitdiff
path: root/editor/shader_create_dialog.h
diff options
context:
space:
mode:
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();
};