Transició a surface: barallantme amb tots els Color que hi ha pel codi

This commit is contained in:
2025-03-03 22:58:12 +01:00
parent b940d627d6
commit c4033e3663
20 changed files with 219 additions and 224 deletions

View File

@@ -201,7 +201,7 @@ bool Screen::incWindowZoom()
}
// Cambia el color del borde
void Screen::setBorderColor(Color color)
void Screen::setBorderColor(Uint8 color)
{
border_color_ = color;
auto temp = SDL_GetRenderTarget(renderer_);