fix comment

This commit is contained in:
iiSaLMaN 2019-04-30 18:44:31 +03:00 committed by GitHub
parent 665558c297
commit e0abd0b2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public virtual void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> dra
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;
}