mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 17:16:12 +08:00
Allow presenting scores from PlaySongSelect
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user