SDL bug: no va el mode de pantalla completa en macos

This commit is contained in:
2025-06-22 08:02:53 +02:00
parent b438a0ae16
commit 9a6e5f775c
4 changed files with 70 additions and 62 deletions

View File

@@ -416,8 +416,6 @@ void Resource::calculateTotalResources()
{
auto list = Asset::get()->getListByType(asset_type);
total += list.size();
std::string log = std::to_string(list.size()) + " - " + std::to_string(total);
SDL_Log("%s", log.c_str());
}
loading_count_ = ResourceCount(total);