Ja pinta cosetes per pantalla

This commit is contained in:
2025-03-04 14:24:30 +01:00
parent 05f91b2a94
commit 57481a1e97
69 changed files with 481 additions and 478 deletions

View File

@@ -108,7 +108,9 @@ bool Asset::checkFile(const std::string &path) const
file.close();
if (!success)
{
printWithDots("Checking file : ", getFileName(path), "[ ERROR ]");
}
return success;
}