mirror of
https://github.com/ppy/osu
synced 2025-01-05 13:50:03 +00:00
Add comment for DeletePending.
This commit is contained in:
parent
4aa5ce8b41
commit
fb3ba4fe0c
@ -26,7 +26,7 @@ namespace osu.Game.Beatmaps
|
|||||||
Title = "no beatmaps available!",
|
Title = "no beatmaps available!",
|
||||||
Author = "no one",
|
Author = "no one",
|
||||||
},
|
},
|
||||||
BeatmapSet = new BeatmapSetInfo { DeletePending = true },
|
BeatmapSet = new BeatmapSetInfo { DeletePending = true }, //let song select show no beatmaps available if this is the only one
|
||||||
Difficulty = new BeatmapDifficulty
|
Difficulty = new BeatmapDifficulty
|
||||||
{
|
{
|
||||||
DrainRate = 0,
|
DrainRate = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user