1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix errors when updating script template list

This commit is contained in:
Haoyu Qiu
2022-02-20 18:20:58 +08:00
parent 91a57b5b6a
commit 7f30fd10f9
2 changed files with 67 additions and 16 deletions

View File

@@ -115,7 +115,6 @@ class ScriptCreateDialog : public ConfirmationDialog {
virtual void ok_pressed() override;
void _create_new();
void _load_exist();
Vector<String> get_hierarchy(String p_object) const;
void _msg_script_valid(bool valid, const String &p_msg = String());
void _msg_path_valid(bool valid, const String &p_msg = String());
void _update_template_menu();