1
0
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:
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(); loading.Hide();
return; return;
} }
else
{
notSupporterPlaceholder.Hide(); notSupporterPlaceholder.Hide();
}
content.Show(); content.Show();
loading.Show(); loading.Show();