jugant amb clang-tidy

This commit is contained in:
2025-07-19 22:25:46 +02:00
parent e06503a8fc
commit 1d3fd79a9e
30 changed files with 779 additions and 606 deletions

View File

@@ -387,7 +387,7 @@ void Resource::renderProgress() {
screen->start();
screen->clean();
auto color = param.resource.color.darken();
auto color = param.resource.color.DARKEN();
// Dibuja el interior de la barra de progreso
SDL_SetRenderDrawColor(renderer, param.resource.color.r, param.resource.color.g, param.resource.color.b, param.resource.color.a);