mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 17:03:21 +08:00
Remove bindable
Bad usage
This commit is contained in:
parent
699bdd0498
commit
26f0b2a4fe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user