mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Fix issue
This commit is contained in:
parent
c4b3aef931
commit
cff319e0d8
@ -96,7 +96,7 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
protected virtual bool DefaultFailCondition => Health.Value == Health.MinValue;
|
protected virtual bool DefaultFailCondition => Health.Value == Health.MinValue;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Used by specific mods to adjust <see cref="Rank"/>.
|
/// Used by specific mods to adjust <see cref="Rank"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public BindableBool AdjustRank = new BindableBool();
|
public BindableBool AdjustRank = new BindableBool();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user