You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix various typos with codespell
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint`
This commit is contained in:
@@ -1244,7 +1244,7 @@ void TileDataCollisionEditor::_polygons_changed() {
|
||||
}
|
||||
}
|
||||
|
||||
// Remove uneeded properties and their editors.
|
||||
// Remove unneeded properties and their editors.
|
||||
for (int i = polygon_editor->get_polygon_count(); dummy_object->has_dummy_property(vformat("polygon_%d_one_way", i)); i++) {
|
||||
dummy_object->remove_dummy_property(vformat("polygon_%d_one_way", i));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user