Skip to content

Commit

Permalink
Changed the Currently Playing Text when no track is selected
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
SebastianPeP committed Feb 9, 2025
1 parent 5ace8e9 commit bcd4fcb
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 bcd4fcb

Please sign in to comment.