Fixes Flickering during replay

Calculates Md5 for beatmap files.

Reverse Slider ball #50
This commit is contained in:
fd
2015-03-15 23:05:27 -04:00
parent 60f2a9f142
commit 93b336fdf6
6 changed files with 78 additions and 132 deletions

View File

@@ -170,7 +170,7 @@ public class GameRanking extends BasicGameState {
Game gameState = (Game) game.getState(Opsu.STATE_GAME);
boolean returnToGame = false;
if (replayButton.contains(x, y)) {
Replay r = data.getReplay(null);
Replay r = data.getReplay(null, null);
if (r != null) {
try {
r.load();