1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 02:29:53 +08:00

Fix issue

This commit is contained in:
iiSaLMaN
2019-04-21 18:12:50 +03:00
committed by GitHub
Unverified
parent c4b3aef931
commit cff319e0d8
+1 -1
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();