mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Simplify if/else statement
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user