mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Fix test failures
This commit is contained in:
parent
403ca05e5e
commit
653376f5f2
@ -1151,7 +1151,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
|
||||
public WorkingBeatmap CurrentBeatmap => Beatmap.Value;
|
||||
public IWorkingBeatmap CurrentBeatmapDetailsBeatmap => BeatmapDetails.Beatmap;
|
||||
public new BeatmapCarousel Carousel => base.Carousel;
|
||||
public new BeatmapCarousel Carousel => base.Carousel!;
|
||||
public new ModSelectOverlay ModSelect => base.ModSelect;
|
||||
|
||||
public new void PresentScore(ScoreInfo score) => base.PresentScore(score);
|
||||
|
Loading…
Reference in New Issue
Block a user