Skip to content

Commit

Permalink
Remove no longer required comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Nov 28, 2024
1 parent 078d62f commit 51bcde6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public void SetContent(DailyChallengeTooltipData content)

// reference: https://github.com/ppy/osu-web/blob/a97f156014e00ea1aa315140da60542e798a9f06/resources/js/profile-page/daily-challenge.tsx#L13-L47

// Rounding down is needed here to ensure the overlay shows the same colour as osu-web for the play count.
public static RankingTier TierForPlayCount(int playCount) => TierForDaily((int)Math.Floor(playCount / 3.0d));

public static RankingTier TierForDaily(int daily)
Expand Down

0 comments on commit 51bcde6

Please sign in to comment.