mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 15:53:19 +08:00
Simplify if/else statement
This commit is contained in:
parent
29b05e2939
commit
96533631fc
@ -242,10 +242,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
|||||||
loading.Hide();
|
loading.Hide();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
notSupporterPlaceholder.Hide();
|
notSupporterPlaceholder.Hide();
|
||||||
}
|
|
||||||
|
|
||||||
content.Show();
|
content.Show();
|
||||||
loading.Show();
|
loading.Show();
|
||||||
|
Loading…
Reference in New Issue
Block a user