1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 23:33:23 +08:00

Remove unnecessary comment

This commit is contained in:
iiSaLMaN 2019-04-30 18:44:06 +03:00 committed by GitHub
parent 5d50316ae7
commit 665558c297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,11 +36,10 @@ namespace osu.Game.Rulesets.Mods
public void ApplyToScoreProcessor(ScoreProcessor scoreProcessor) public void ApplyToScoreProcessor(ScoreProcessor scoreProcessor)
{ {
// Default value of ScoreProcessor's Rank in Hidden Mod should bes SS+ // Default value of <see ScoreProcessor's Rank in Hidden Mod should be SS+
scoreProcessor.Rank.Value = ScoreRank.XH; scoreProcessor.Rank.Value = ScoreRank.XH;
} }
// TODO: Other mods that uses AdjustRank might have some issues due to rank changes
public ScoreRank AdjustRank(ScoreRank rank, double accuracy) public ScoreRank AdjustRank(ScoreRank rank, double accuracy)
{ {
switch (rank) switch (rank)