Rename instance()->instantiate() when it's a verb
This commit is contained in:
parent
60dcc4f39c
commit
e28fd07b2b
371 changed files with 1318 additions and 1318 deletions
|
|
@ -162,7 +162,7 @@ void Polygon2DEditor::_update_bone_list() {
|
|||
}
|
||||
|
||||
Ref<ButtonGroup> bg;
|
||||
bg.instance();
|
||||
bg.instantiate();
|
||||
for (int i = 0; i < node->get_bone_count(); i++) {
|
||||
CheckBox *cb = memnew(CheckBox);
|
||||
NodePath np = node->get_bone_path(i);
|
||||
|
|
@ -1231,7 +1231,7 @@ Polygon2DEditor::Polygon2DEditor(EditorNode *p_editor) :
|
|||
uv_edit->add_child(uv_main_vb);
|
||||
HBoxContainer *uv_mode_hb = memnew(HBoxContainer);
|
||||
|
||||
uv_edit_group.instance();
|
||||
uv_edit_group.instantiate();
|
||||
|
||||
uv_edit_mode[0] = memnew(Button);
|
||||
uv_mode_hb->add_child(uv_edit_mode[0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue