mirror of
https://github.com/ppy/osu
synced 2025-02-07 13:51:59 +00: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