summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-08-22 17:36:33 +0200
committerGitHub <noreply@github.com>2022-08-22 17:36:33 +0200
commit43ff5dd890fa647ac3e91a30a2a2198cb40db34a (patch)
treedc4e9f99571263cc04f250f825854a6782e4a266 /editor
parentdabc9823934ca13ad02cd13fcb544aaab955da25 (diff)
parent8893b2bdb48ccac447db15a5b33f3c06329c6a8a (diff)
Merge pull request #64642 from aaronfranke/mesh-cleanup
Diffstat (limited to 'editor')
-rw-r--r--editor/import/resource_importer_texture_atlas.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/import/resource_importer_texture_atlas.cpp b/editor/import/resource_importer_texture_atlas.cpp
index bae1b903c6..9171f04f42 100644
--- a/editor/import/resource_importer_texture_atlas.cpp
+++ b/editor/import/resource_importer_texture_atlas.cpp
@@ -382,7 +382,6 @@ Error ResourceImporterTextureAtlas::import_group_file(const String &p_group_file
mesh_texture->set_mesh(mesh);
texture = mesh_texture;
- //mesh
}
String save_path = p_base_paths[E.key] + ".res";