diff options
| author | George Marques | 2017-06-16 15:42:18 -0300 |
|---|---|---|
| committer | George Marques | 2017-06-16 15:42:18 -0300 |
| commit | 7966ebe6fa57e8ff5a855fe7010ae93594f1b9ee (patch) | |
| tree | 3a5840123168c59cef5d0c97cdf66932c7decc5e /editor/io_plugins/editor_mesh_import_plugin.cpp | |
| parent | bd33fd0435b2d0dc97a7abb3e68b594185f4e6c3 (diff) | |
| download | godot-7966ebe6fa57e8ff5a855fe7010ae93594f1b9ee.tar.gz godot-7966ebe6fa57e8ff5a855fe7010ae93594f1b9ee.tar.zst godot-7966ebe6fa57e8ff5a855fe7010ae93594f1b9ee.zip | |
Diffstat (limited to 'editor/io_plugins/editor_mesh_import_plugin.cpp')
| -rw-r--r-- | editor/io_plugins/editor_mesh_import_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/io_plugins/editor_mesh_import_plugin.cpp b/editor/io_plugins/editor_mesh_import_plugin.cpp index a8ecc2f10..0c9f3a3f3 100644 --- a/editor/io_plugins/editor_mesh_import_plugin.cpp +++ b/editor/io_plugins/editor_mesh_import_plugin.cpp @@ -262,7 +262,7 @@ public: imd->add_source(EditorImportPlugin::validate_source_path(meshes[i])); - String file_path = dst.plus_file(meshes[i].get_file().get_basename()+".msh"); + String file_path = dst.plus_file(meshes[i].get_file().get_basename()+".mesh"); plugin->import(file_path,imd); } |
