aboutsummaryrefslogtreecommitdiff
path: root/editor/import/editor_import_collada.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-05-02 11:32:48 +0200
committerGitHub2017-05-02 11:32:48 +0200
commitacaa01dfa76fcf538c4aba993e9ac0ae1dde9b5d (patch)
tree9c51789ed5f03364c8714bbcbb0d5be35ffbfeb9 /editor/import/editor_import_collada.cpp
parent8e64b27585c416095fbfae0f8c7aca618519e43b (diff)
parent7ce8342ac5c0e0a302559d3ef561ffd9dc74ff2c (diff)
downloadgodot-acaa01dfa76fcf538c4aba993e9ac0ae1dde9b5d.tar.gz
godot-acaa01dfa76fcf538c4aba993e9ac0ae1dde9b5d.tar.zst
godot-acaa01dfa76fcf538c4aba993e9ac0ae1dde9b5d.zip
Merge pull request #8610 from akien-mga/project-file-extension
Rename project file to "project.godot"
Diffstat (limited to 'editor/import/editor_import_collada.cpp')
-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 dcbc50986..2cefcdbc4 100644
--- a/editor/import/editor_import_collada.cpp
+++ b/editor/import/editor_import_collada.cpp
@@ -1863,7 +1863,7 @@ void ColladaImport::create_animations(bool p_make_tracks_in_all_bones, bool p_im
node = node_name_map[at.target];
} else {
- print_line("Coudlnt find node: " + at.target);
+ print_line("Couldnt find node: " + at.target);
continue;
}
} else {