fix: throw; al call site, no a l'helper

This commit is contained in:
2026-05-14 20:11:37 +02:00
parent f3566821a6
commit 2c55dd8eb4
2 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ namespace Resource {
void setCurrentLoading(const std::string& name); // Desa el nom del recurs en curs
// Helper para mensajes de error de carga
[[noreturn]] static void throwLoadError(const std::string& asset_type, const std::string& file_path, const std::exception& e);
static void logLoadError(const std::string& asset_type, const std::string& file_path, const std::exception& e);
// Constructor y destructor
Cache();