diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-01-14 06:26:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 06:26:21 +0100 |
commit | e4453096d3bb0acbccb3d97e516c24ea2f713b36 (patch) | |
tree | 811244bf0cba9cdb6c5795034c097d94e2e5d1e0 /editor/import | |
parent | d13c3c92965980aacbf94007d94a56aa92ebbb4e (diff) | |
parent | 858bcd50587c6e2effbd1173ce61656d6a3f343b (diff) |
Merge pull request #56777 from luzpaz/typos
Fix various typos
Diffstat (limited to 'editor/import')
-rw-r--r-- | editor/import/editor_import_collada.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/import/editor_import_collada.cpp b/editor/import/editor_import_collada.cpp index 22b2bd1ed4..c1ae5be0bb 100644 --- a/editor/import/editor_import_collada.cpp +++ b/editor/import/editor_import_collada.cpp @@ -471,7 +471,7 @@ Error ColladaImport::_create_mesh_surfaces(bool p_optimize, Ref<ImporterMesh> &p bool local_xform_mirror = p_local_xform.basis.determinant() < 0; if (p_morph_data) { - //add morphie target + //add morph target ERR_FAIL_COND_V(!p_morph_data->targets.has("MORPH_TARGET"), ERR_INVALID_DATA); String mt = p_morph_data->targets["MORPH_TARGET"]; ERR_FAIL_COND_V(!p_morph_data->sources.has(mt), ERR_INVALID_DATA); |