1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 02:50:00 +08:00

Changed the Currently Playing Text when no track is selected (#31835)

Changed the currently playing text for when the track isnt selected/loaded
This commit is contained in:
Dean Herbert
2025-02-09 21:39:58 +09:00
committed by GitHub
Unverified
+2 -2
View File
@@ -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