summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-11-16 14:41:42 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-11-16 14:41:42 +0100
commit6d2a7cb46d6e839a4780cc72f731e8c2629f7ba3 (patch)
tree80b090f1179a6dd5f1211af101900162d052b627 /editor/create_dialog.h
parent7445695fd1c22f3beed3074fd2a39f0f6d8a24f6 (diff)
parent3b4f5f8a04f21d94bb40aeef8dc1240953e9b8fc (diff)
downloadredot-engine-6d2a7cb46d6e839a4780cc72f731e8c2629f7ba3.tar.gz
Merge pull request #68709 from MewPurPur/instance-begone-part3
Remove more instances of 'instance' being used as a verb
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r--editor/create_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/create_dialog.h b/editor/create_dialog.h
index f2e741624f..961538d8b7 100644
--- a/editor/create_dialog.h
+++ b/editor/create_dialog.h
@@ -110,7 +110,7 @@ protected:
void _save_and_update_favorite_list();
public:
- Variant instance_selected();
+ Variant instantiate_selected();
String get_selected_type();
void set_base_type(const String &p_base) { base_type = p_base; }