mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Typo fix
This commit is contained in:
@ -58,7 +58,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
|
|||||||
if (loading.State.Value == Visibility.Visible)
|
if (loading.State.Value == Visibility.Visible)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// guaranteed by disabled state abvove.
|
// guaranteed by disabled state above.
|
||||||
Debug.Assert(BeatmapSet.Value.OnlineBeatmapSetID != null);
|
Debug.Assert(BeatmapSet.Value.OnlineBeatmapSetID != null);
|
||||||
|
|
||||||
loading.Show();
|
loading.Show();
|
||||||
|
Reference in New Issue
Block a user