1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Fix issue

This commit is contained in:
iiSaLMaN 2019-04-21 18:12:50 +03:00 committed by GitHub
parent c4b3aef931
commit cff319e0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ namespace osu.Game.Rulesets.Scoring
protected virtual bool DefaultFailCondition => Health.Value == Health.MinValue;
/// <summary>
/// Used by specific mods to adjust <see cref="Rank"/>.
/// Used by specific mods to adjust <see cref="Rank"/>.
/// </summary>
public BindableBool AdjustRank = new BindableBool();