You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user