Skip to content

Commit

Permalink
Changed the Currently Playing Text when no track is selected (#31835)
Browse files Browse the repository at this point in the history
Changed the currently playing text for when the track isnt selected/loaded
  • Loading branch information
peppy authored Feb 9, 2025
2 parents 5ace8e9 + bcd4fcb commit cf4c9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu.Game/Beatmaps/DummyWorkingBeatmap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public DummyWorkingBeatmap([NotNull] AudioManager audio, TextureStore textures)
{
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
Expand Down

0 comments on commit cf4c9e7

Please sign in to comment.