mirror of
https://github.com/ppy/osu
synced 2024-12-16 03:45:46 +00:00
Allow presenting scores from PlaySongSelect
This commit is contained in:
parent
5d1473aecd
commit
0975002ef5
@ -386,7 +386,7 @@ namespace osu.Game
|
||||
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(databasedBeatmap);
|
||||
|
||||
screen.Push(new ReplayPlayerLoader(databasedScore));
|
||||
}, $"watch {databasedScoreInfo}");
|
||||
}, $"watch {databasedScoreInfo}", new[] { typeof(PlaySongSelect) });
|
||||
}
|
||||
|
||||
protected virtual Loader CreateLoader() => new Loader();
|
||||
|
Loading…
Reference in New Issue
Block a user