1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 03:17:25 +08:00

Fix issue

This commit is contained in:
iiSaLMaN 2019-04-21 18:05:52 +03:00 committed by GitHub
parent b200142afb
commit c5bf01cc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Mods
foreach (var d in drawables.Skip(IncreaseFirstObjectVisibility.Value ? 1 : 0))
d.ApplyCustomUpdateState += ApplyHiddenState;
}
public void ApplyToScoreProcessor(ScoreProcessor scoreProcessor)
{
scoreProcessor.AdjustRank.Value = true;