1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:49:56 +08:00

Merge pull request #7679 from peppy/present-replay-from-ss

Return to song select after viewing a replay from the leaderboard
This commit is contained in:
Dean Herbert
2020-02-03 16:51:55 +09:00
committed by GitHub
Unverified
+1 -1
View File
@@ -386,7 +386,7 @@ namespace osu.Game
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(databasedBeatmap);
screen.Push(new ReplayPlayerLoader(databasedScore));
});
}, validScreens: new[] { typeof(PlaySongSelect) });
}
protected virtual Loader CreateLoader() => new Loader();