mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +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;
|
||||
}
|
||||
|
||||
protected void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state)
|
||||
private void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state)
|
||||
{
|
||||
if (!(drawable is DrawableHitCircle d))
|
||||
return;
|
||||
|
Reference in New Issue
Block a user