This commit is contained in:
yugecin
2016-10-11 18:36:28 +02:00
parent a755ff4484
commit d8aaa3e5a4
3 changed files with 23 additions and 18 deletions

View File

@@ -240,7 +240,7 @@ public class GameRanking extends BasicGameState {
* Returns to the song menu.
*/
private void returnToSongMenu() {
SoundController.muteSoundComponent();
SoundController.muteSoundComponent();
SoundController.playSound(SoundEffect.MENUBACK);
SongMenu songMenu = (SongMenu) game.getState(Opsu.STATE_SONGMENU);
if (data.isGameplay())