mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:02:54 +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();
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
notSupporterPlaceholder.Hide();
|
||||
}
|
||||
|
||||
notSupporterPlaceholder.Hide();
|
||||
|
||||
content.Show();
|
||||
loading.Show();
|
||||
|
Loading…
Reference in New Issue
Block a user