You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix typos with codespell
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
This commit is contained in:
@@ -1309,7 +1309,7 @@ void BoneMapEditor::create_editors() {
|
||||
|
||||
void BoneMapEditor::fetch_objects() {
|
||||
skeleton = nullptr;
|
||||
// Hackey... but it may be the easist way to get a selected object from "ImporterScene".
|
||||
// Hackey... but it may be the easiest way to get a selected object from "ImporterScene".
|
||||
SceneImportSettings *si = SceneImportSettings::get_singleton();
|
||||
if (!si) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user