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
|
|
@ -537,7 +537,7 @@ CollisionPolygon3DEditor::CollisionPolygon3DEditor(EditorNode *p_editor) {
|
|||
|
||||
pointsm = memnew(MeshInstance3D);
|
||||
imgeom->add_child(pointsm);
|
||||
m.instance();
|
||||
m.instantiate();
|
||||
pointsm->set_mesh(m);
|
||||
pointsm->set_transform(Transform3D(Basis(), Vector3(0, 0, 0.00001)));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue