1
0
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:
Andrei Zavatski 2019-11-24 01:29:11 +03:00
parent 29b05e2939
commit 96533631fc

View File

@ -242,10 +242,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
loading.Hide();
return;
}
else
{
notSupporterPlaceholder.Hide();
}
notSupporterPlaceholder.Hide();
content.Show();
loading.Show();