Skip to content

Commit

Permalink
Enable masking in DrawableRank
Browse files Browse the repository at this point in the history
  • Loading branch information
EVAST9919 committed Jan 20, 2024
1 parent 421ae73 commit 60f7b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Online/Leaderboards/DrawableRank.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public DrawableRank(ScoreRank rank)
ColourDark = rankColour.Darken(0.1f),
ColourLight = rankColour.Lighten(0.1f),
Velocity = 0.25f,
Masking = true
},
new OsuSpriteText
{
Expand Down

0 comments on commit 60f7b4e

Please sign in to comment.