Remove bindable

Bad usage
This commit is contained in:
iiSaLMaN
2019-04-22 06:12:41 +03:00
committed by GitHub
parent 699bdd0498
commit 26f0b2a4fe

View File

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