Fix various typos
Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn` Update editor/import/resource_importer_layered_texture.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update doc/classes/TileSetScenesCollectionSource.xml Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/graph_edit.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/rich_text_label.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Revert previously committed change
This commit is contained in:
parent
9f058674ac
commit
a124f1effe
53 changed files with 113 additions and 113 deletions
|
|
@ -1760,7 +1760,7 @@ CSGBrush *CSGPolygon3D::_build_brush() {
|
|||
}
|
||||
int face_count = extrusions * extrusion_face_count + end_count * shape_face_count;
|
||||
|
||||
// Intialize variables used to create the mesh.
|
||||
// Initialize variables used to create the mesh.
|
||||
Ref<Material> material = get_material();
|
||||
|
||||
Vector<Vector3> faces;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue