convertit Asset i Audio

This commit is contained in:
2025-05-27 11:06:17 +02:00
parent 9bc07b2bcb
commit ada141cb09
29 changed files with 493 additions and 472 deletions

View File

@@ -414,6 +414,6 @@ void Balloon::playSound()
{
if (sound_enabled_)
{
Audio::get()->playSound(sound_);
Audio::get().playSound(sound_);
}
}