1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Merge pull request #64642 from aaronfranke/mesh-cleanup

This commit is contained in:
Rémi Verschelde
2022-08-22 17:36:33 +02:00
committed by GitHub
9 changed files with 17 additions and 27 deletions

View File

@@ -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";