mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
set drawableOnApplyCustomUpdateState private to make AppVeyor happy :)
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
drawable.ApplyCustomUpdateState += drawableOnApplyCustomUpdateState;
|
drawable.ApplyCustomUpdateState += drawableOnApplyCustomUpdateState;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state)
|
private void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state)
|
||||||
{
|
{
|
||||||
if (!(drawable is DrawableHitCircle d))
|
if (!(drawable is DrawableHitCircle d))
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user