mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 08:33:04 +08:00
Remove unnecessary comment
This commit is contained in:
parent
5d50316ae7
commit
665558c297
@ -36,11 +36,10 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
// TODO: Other mods that uses AdjustRank might have some issues due to rank changes
|
||||
public ScoreRank AdjustRank(ScoreRank rank, double accuracy)
|
||||
{
|
||||
switch (rank)
|
||||
|
Loading…
Reference in New Issue
Block a user