fix not being able to watch replays
This commit is contained in:
parent
7ec4d7db46
commit
f233fbf2e6
|
@ -189,7 +189,7 @@ public class GameRanking extends BaseOpsuState {
|
||||||
Beatmap beatmap = MusicController.getBeatmap();
|
Beatmap beatmap = MusicController.getBeatmap();
|
||||||
gameState.loadBeatmap(beatmap);
|
gameState.loadBeatmap(beatmap);
|
||||||
SoundController.playSound(SoundEffect.MENUHIT);
|
SoundController.playSound(SoundEffect.MENUHIT);
|
||||||
// TODO d displayContainer.switchState(Game.class);
|
displayContainer.switchState(Game.class);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user