1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 15:14:37 +08:00

Allow presenting scores from PlaySongSelect

This commit is contained in:
Dean Herbert
2020-01-30 18:16:28 +09:00
Unverified
parent 5d1473aecd
commit 0975002ef5
+1 -1
View File
@@ -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();