update match loudness, fix playing music after match

This commit is contained in:
Anthony Calosa
2023-03-21 17:15:55 +08:00
parent d8356f61cb
commit f9a347a68d
4 changed files with 1 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ public class DuelScene extends ForgeScene {
GameHUD.getInstance().playAudio();
} else {
SoundSystem.instance.setBackgroundMusic(MusicPlaylist.MENUS); //start background music
SoundSystem.instance.resume();
}
dungeonEffect = null;
callbackExit = false;