1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 21:13:21 +08:00

Make AdjustRank Bindable

This commit is contained in:
iiSaLMaN 2019-04-21 17:48:50 +03:00 committed by GitHub
parent 4e07975e7c
commit 77614189c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Mods
public void ApplyToScoreProcessor(ScoreProcessor scoreProcessor)
{
scoreProcessor.AdjustRank = true;
scoreProcessor.AdjustRank.Value = true;
}
protected virtual void ApplyHiddenState(DrawableHitObject hitObject, ArmedState state)