mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 09:23:58 +08:00
Merge branch 'master' into fix-slider-ball-rotation-rewind
This commit is contained in:
@@ -75,7 +75,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
RemoveAllBeatmaps();
|
||||
AddUntilStep("no drawable selection", GetSelectedPanel, () => Is.Null);
|
||||
|
||||
AddBeatmaps(5);
|
||||
AddBeatmaps(3);
|
||||
WaitForDrawablePanels();
|
||||
|
||||
CheckHasSelection();
|
||||
|
||||
@@ -30,8 +30,8 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
Metadata = new BeatmapMetadata
|
||||
{
|
||||
Artist = "please load a beatmap!",
|
||||
Title = "no beatmaps available!"
|
||||
Artist = "please select or load a beatmap!",
|
||||
Title = "no beatmap selected!"
|
||||
},
|
||||
BeatmapSet = new BeatmapSetInfo(),
|
||||
Difficulty = new BeatmapDifficulty
|
||||
|
||||
Reference in New Issue
Block a user