mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix back-to-front condition on leaderboard always show configuration
This commit is contained in:
@ -139,7 +139,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
hideTargets = new List<Drawable> { mainComponents, KeyCounter, topRightElements };
|
||||
|
||||
if (alwaysShowLeaderboard)
|
||||
if (!alwaysShowLeaderboard)
|
||||
hideTargets.Add(LeaderboardFlow);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user