migrant a SDL3

This commit is contained in:
2025-03-27 08:14:37 +01:00
parent a9c869baf6
commit d2286905dc
83 changed files with 570 additions and 541 deletions

View File

@@ -117,7 +117,7 @@ void Balloon::render()
// Renderiza la estrella
if (!invulnerable_)
{
SDL_Point p = {24, 24};
SDL_FPoint p = {24.0f, 24.0f};
sprite_->setRotatingCenter(p);
sprite_->render();
}