1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 22:21:10 +08:00
This commit is contained in:
Andrei Zavatski
2019-11-13 00:00:08 +03:00
Unverified
parent cb8eaaf072
commit dfd5c88075
@@ -58,7 +58,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
if (loading.State.Value == Visibility.Visible)
return;
// guaranteed by disabled state abvove.
// guaranteed by disabled state above.
Debug.Assert(BeatmapSet.Value.OnlineBeatmapSetID != null);
loading.Show();