Resource: treballant en la visualització de la càrrega de recursos

This commit is contained in:
2025-06-10 18:42:14 +02:00
parent 6b30e4c927
commit 02b111e4fd
6 changed files with 208 additions and 101 deletions

View File

@@ -52,7 +52,7 @@ bool Asset::check() const
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION, "\n** CHECKING FILES");
// Comprueba la lista de ficheros clasificándolos por tipo
for (int type = 0; type < static_cast<int>(AssetType::MAX_ASSET_TYPE); ++type)
for (int type = 0; type < static_cast<int>(AssetType::COUNT); ++type)
{
// Comprueba si hay ficheros de ese tipo
bool any = false;