fixing missing sounds

This commit is contained in:
arthur.jamet
2021-06-20 13:29:38 +02:00
parent 8498a66667
commit 3f86d506f7
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace BBM
std::shared_ptr<WAL::Scene> Runner::loadTitleScreenScene()
{
static const std::map<SoundComponent::SoundIndex, std::string> sounds = {
{SoundComponent::JUMP, "assets/sounds/click.ogg"}
{SoundComponent::BOMB, "assets/sounds/click.ogg"}
};
auto scene = std::make_shared<WAL::Scene>();
addMenuControl(*scene, sounds);