1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 22:30:53 +08:00

fix comment

This commit is contained in:
iiSaLMaN
2019-04-30 18:44:31 +03:00
committed by GitHub
Unverified
parent 665558c297
commit e0abd0b2c1
+1 -1
View File
@@ -36,7 +36,7 @@ namespace osu.Game.Rulesets.Mods
public void ApplyToScoreProcessor(ScoreProcessor scoreProcessor)
{
// Default value of <see ScoreProcessor's Rank in Hidden Mod should be SS+
// Default value of ScoreProcessor's Rank in Hidden Mod should be SS+
scoreProcessor.Rank.Value = ScoreRank.XH;
}