Resource: treballant en la visualització de la càrrega de recursos
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user