summaryrefslogtreecommitdiff
path: root/editor/import
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2022-01-14 06:26:21 +0100
committerGitHub <noreply@github.com>2022-01-14 06:26:21 +0100
commite4453096d3bb0acbccb3d97e516c24ea2f713b36 (patch)
tree811244bf0cba9cdb6c5795034c097d94e2e5d1e0 /editor/import
parentd13c3c92965980aacbf94007d94a56aa92ebbb4e (diff)
parent858bcd50587c6e2effbd1173ce61656d6a3f343b (diff)
Merge pull request #56777 from luzpaz/typos
Fix various typos
Diffstat (limited to 'editor/import')
-rw-r--r--editor/import/editor_import_collada.cpp2
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);