eliminat warning

This commit is contained in:
2025-12-17 22:53:11 +01:00
parent f3abab7a13
commit bfb4903998
2 changed files with 1 additions and 3 deletions

View File

@@ -8,8 +8,7 @@
namespace Effects {
GestorPuntuacioFlotant::GestorPuntuacioFlotant(SDL_Renderer* renderer)
: renderer_(renderer),
text_(renderer) {
: text_(renderer) {
// Inicialitzar tots els slots com inactius
for (auto& pf : pool_) {
pf.actiu = false;