Clean up mesh include code and comments

This commit is contained in:
Aaron Franke 2022-08-19 19:15:46 -05:00
parent 0c5f254956
commit 8893b2bdb4
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
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";