Cleanup: asset catalog, remove obsolete TODO

No functional changes.
This commit is contained in:
2021-09-28 17:47:28 +02:00
parent 10d926cd4a
commit 6ee2f2da96

View File

@@ -664,9 +664,7 @@ bool AssetCatalogDefinitionFile::write_to_disk_unsafe(const CatalogFilePath &des
output << VERSION_MARKER << SUPPORTED_VERSION << std::endl;
output << "" << std::endl;
// Write the catalogs.
// TODO(@sybren): order them by Catalog ID or Catalog Path.
// Write the catalogs, ordered by path (primary) and UUID (secondary).
AssetCatalogOrderedSet catalogs_by_path;
for (const AssetCatalog *catalog : catalogs_.values()) {
if (catalog->flags.is_deleted) {