mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:43:04 +08:00
remove default value init .-.
This commit is contained in:
parent
25791b6317
commit
546bdf0618
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
drawables.ForEach(drawable => drawable.ApplyCustomUpdateState += drawableOnApplyCustomUpdateState);
|
drawables.ForEach(drawable => drawable.ApplyCustomUpdateState += drawableOnApplyCustomUpdateState);
|
||||||
}
|
}
|
||||||
|
|
||||||
private float theta = 0;
|
private float theta;
|
||||||
|
|
||||||
private void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state)
|
private void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user