1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

set drawableOnApplyCustomUpdateState private to make AppVeyor happy :)

This commit is contained in:
MaxOhn 2018-10-01 12:29:21 +02:00
parent 01a4c8d92b
commit 0ae9c78c38

View File

@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Osu.Mods
drawable.ApplyCustomUpdateState += drawableOnApplyCustomUpdateState;
}
protected void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state)
private void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state)
{
if (!(drawable is DrawableHitCircle d))
return;